Skip to content

Commit

Permalink
version bump to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blawar committed Jan 31, 2021
1 parent 9a787c8 commit 3ead3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class App(QWidget):
def __init__(self):
super().__init__()
screen = QDesktopWidget().screenGeometry()
self.title = 'NUT 3.0'
self.title = 'NUT 3.1'
self.left = int(screen.width() / 4)
self.top = int(screen.height() / 4)
self.width = int(screen.width() / 2)
Expand Down

0 comments on commit 3ead3d9

Please sign in to comment.