Skip to content

Commit 84c4237

Browse files
committed
Bump version to 0.9.1 for release
1 parent 9b06478 commit 84c4237

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

0 commit comments

Comments
 (0)