From 3ead3d9c843b28975d9769d915d5f4b1a07a09d4 Mon Sep 17 00:00:00 2001 From: blawar Date: Sun, 31 Jan 2021 14:50:25 -0500 Subject: [PATCH] version bump to 3.1 --- gui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/app.py b/gui/app.py index 7bc9e729f..b6ba6550e 100644 --- a/gui/app.py +++ b/gui/app.py @@ -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)