diff --git a/MainWindow.py b/MainWindow.py index 856e65e..d439e86 100644 --- a/MainWindow.py +++ b/MainWindow.py @@ -113,7 +113,7 @@ def CreateLayout(self): # this label shows some info about the creator self.creatorlabel = QLabel(self) - self.creatorlabel.setText("© 2019, Annika Stein") + self.creatorlabel.setText("© 2020, Annika Stein") self.creatorlabel.setMinimumHeight(50) gridLayout.addWidget(self.creatorlabel, 2, 1) @@ -422,7 +422,7 @@ def CreateLayout(self): # this label shows some info about the creator self.creatorlabel = QLabel(self) - self.creatorlabel.setText("© 2019, Annika Stein") + self.creatorlabel.setText("© 2020, Annika Stein") self.creatorlabel.setMinimumHeight(50) self.gridLayout.addWidget(self.creatorlabel, 4, 2) @@ -1151,7 +1151,7 @@ def CreateLayout(self): # this label shows some info about the creator self.creatorlabel = QLabel(self) - self.creatorlabel.setText("© 2019, Annika Stein") + self.creatorlabel.setText("© 2020, Annika Stein") self.creatorlabel.setMinimumHeight(50) self.gridLayout.addWidget(self.creatorlabel, 11, 2) diff --git a/SkewbSkillsFilesV2.0.zip b/SkewbSkillsFilesV2.0.zip new file mode 100644 index 0000000..a57a412 Binary files /dev/null and b/SkewbSkillsFilesV2.0.zip differ