Skip to content

Commit 30d3659

Browse files
committed
Update __init__.py
1 parent 259a5e6 commit 30d3659

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qtapputils/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# -*- coding: utf-8 -*-
22
# -----------------------------------------------------------------------------
33
# Copyright © QtAppUtils Project Contributors
4-
# https://github.com/jnsebgosselin/apputils
4+
# https://github.com/geo-stack/qtapputils
55
#
66
# This file is part of QtAppUtils.
77
# Licensed under the terms of the MIT License.
88
# -----------------------------------------------------------------------------
99

10-
version_info = (0, 8, 0)
10+
version_info = (0, 8, 1)
1111
__version__ = '.'.join(map(str, version_info))
12-
__date__ = '17/01/2025'
13-
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"
12+
__date__ = '04/06/2025'
13+
__project_url__ = "https://github.com/geo-stack/qtapputils"

0 commit comments

Comments
 (0)