Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j33433 committed Mar 20, 2018
1 parent 6e08865 commit cc094d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
self.version = "v2.0.3"
self.trues = [True, 'True', 'true'] # workaround for pyside
self.setupUi(self)
# self.menuHelp.menuAction().setMenuRole(QAction.AboutRole)
Expand Down
2 changes: 1 addition & 1 deletion source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]

setup(name='MPowerTCX',
version = '2.0.2',
version = '2.0.3',
description = '',
options = options,
executables = executables)

0 comments on commit cc094d2

Please sign in to comment.