Skip to content

Commit 49fb410

Browse files
committed
Bump to version 0.5.3 for release
1 parent 30c7dcd commit 49fb410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qtapputils/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Licensed under the terms of the MIT License.
88
# -----------------------------------------------------------------------------
99

10-
version_info = (0, 5, 2)
10+
version_info = (0, 5, 3)
1111
__version__ = '.'.join(map(str, version_info))
12-
__date__ = '23/04/2024'
12+
__date__ = '25/06/2025'
1313
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 commit comments

Comments
 (0)