We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f7e48 commit 30f1d9cCopy full SHA for 30f1d9c
1 file changed
qtapputils/__init__.py
@@ -7,7 +7,7 @@
7
# Licensed under the terms of the MIT License.
8
# -----------------------------------------------------------------------------
9
10
-version_info = (0, 9, 2)
+version_info = (0, 9, 3)
11
__version__ = '.'.join(map(str, version_info))
12
-__date__ = '25/09/2025'
+__date__ = '07/10/2025'
13
__project_url__ = "https://github.com/geo-stack/qtapputils"
0 commit comments