Skip to content

Commit 787b468

Browse files
committed
update version
1 parent 8a2f864 commit 787b468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
from ui_MainWindow import Ui_MainWindow
1717

1818
# Version info
19-
VERSION = '1.2.0'
19+
VERSION = '1.2.1'
2020
CHANNEL = 'stable'
21-
BUILD_DATE = '2022-08-24'
21+
BUILD_DATE = '2022-08-25'
2222
FULL_VERSION = f'{VERSION}-{CHANNEL} ({BUILD_DATE}) on {sys.platform}'
2323

2424
app = QApplication(sys.argv)

0 commit comments

Comments
 (0)