Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j33433 committed Feb 10, 2018
1 parent 682fb66 commit b8fa645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mpowertcx.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self):
super(MainWindow, self).__init__()
self.settings = QSettings("j33433", "MPowerTCX")
WidgetSettings.__init__(self, self, 'settings.json', self.settings)
self.version = "v2.0.1"
self.version = "v2.0.2"
self.trues = [True, 'True', 'true'] # workaround for pyside
self.setupUi(self)
# self.menuHelp.menuAction().setMenuRole(QAction.AboutRole)
Expand Down

0 comments on commit b8fa645

Please sign in to comment.