We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca6cc9 commit fcc60fbCopy full SHA for fcc60fb
1 file changed
app/UIHandling/aboutDialog.py
@@ -10,7 +10,7 @@ def __init__(self, *args, obj=None, **kwargs):
10
super().__init__(*args, **kwargs)
11
self.setupUi(self)
12
13
- self.labelVersion.setText(f"Version: 1.0.2")
+ self.labelVersion.setText(f"Version: 1.1.0")
14
self.labelPyQtVersion.setText(f"PyQt6: v{PYQT_VERSION_STR}")
15
self.labelPyVersion.setText(f"Python: v{sys.version_info.major}.{sys.version_info.minor}.{sys.version_info.micro}")
16
0 commit comments