Skip to content

Commit 3ead3d9

Browse files
committed
version bump to 3.1
1 parent 9a787c8 commit 3ead3d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class App(QWidget):
2323
def __init__(self):
2424
super().__init__()
2525
screen = QDesktopWidget().screenGeometry()
26-
self.title = 'NUT 3.0'
26+
self.title = 'NUT 3.1'
2727
self.left = int(screen.width() / 4)
2828
self.top = int(screen.height() / 4)
2929
self.width = int(screen.width() / 2)

0 commit comments

Comments
 (0)