We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b06478 commit 84c4237Copy full SHA for 84c4237
qtapputils/__init__.py
@@ -7,7 +7,7 @@
7
# Licensed under the terms of the MIT License.
8
# -----------------------------------------------------------------------------
9
10
-version_info = (0, 9, 0)
+version_info = (0, 9, 1)
11
__version__ = '.'.join(map(str, version_info))
12
-__date__ = '02/09/2025'
+__date__ = '04/09/2025'
13
__project_url__ = "https://github.com/geo-stack/qtapputils"
0 commit comments