Skip to content

Commit 30f1d9c

Browse files
committed
Bump version to 0.9.3 for release
1 parent a1f7e48 commit 30f1d9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)