We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259a5e6 commit 30d3659Copy full SHA for 30d3659
qtapputils/__init__.py
@@ -1,13 +1,13 @@
1
# -*- coding: utf-8 -*-
2
# -----------------------------------------------------------------------------
3
# Copyright © QtAppUtils Project Contributors
4
-# https://github.com/jnsebgosselin/apputils
+# https://github.com/geo-stack/qtapputils
5
#
6
# This file is part of QtAppUtils.
7
# Licensed under the terms of the MIT License.
8
9
10
-version_info = (0, 8, 0)
+version_info = (0, 8, 1)
11
__version__ = '.'.join(map(str, version_info))
12
-__date__ = '17/01/2025'
13
-__project_url__ = "https://github.com/jnsebgosselin/qtapputils"
+__date__ = '04/06/2025'
+__project_url__ = "https://github.com/geo-stack/qtapputils"
0 commit comments