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 30c7dcd commit 49fb410Copy full SHA for 49fb410
qtapputils/__init__.py
@@ -7,7 +7,7 @@
7
# Licensed under the terms of the MIT License.
8
# -----------------------------------------------------------------------------
9
10
-version_info = (0, 5, 2)
+version_info = (0, 5, 3)
11
__version__ = '.'.join(map(str, version_info))
12
-__date__ = '23/04/2024'
+__date__ = '25/06/2025'
13
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"
0 commit comments