Skip to content

Commit 46bc0a2

Browse files
committed
bump to version 0.9.2 for release
1 parent 5a6ce89 commit 46bc0a2

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

0 commit comments

Comments
 (0)