From ffd2dc04ab33a4a4bcfc9d9fd3981da16f39514b Mon Sep 17 00:00:00 2001 From: gideonstar Date: Fri, 20 Oct 2023 10:57:29 +0200 Subject: [PATCH] =?UTF-8?q?Version=20erh=C3=B6ht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ba7555f..e507555 100644 --- a/main.py +++ b/main.py @@ -1,7 +1,7 @@ from PyQt6.QtWidgets import QApplication from wmain import wMain -version = "20231019" +version = "20231020" if __name__ == "__main__": app = QApplication([])