Skip to content

Commit b2c9e15

Browse files
committed
Update __init__.py
1 parent 9f73a48 commit b2c9e15

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, 8, 1)
10+
version_info = (0, 8, 2)
1111
__version__ = '.'.join(map(str, version_info))
12-
__date__ = '04/06/2025'
12+
__date__ = '29/07/2025'
1313
__project_url__ = "https://github.com/geo-stack/qtapputils"

0 commit comments

Comments
 (0)