Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Apr 23, 2024
1 parent 301d49b commit e448f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtapputils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Licensed under the terms of the MIT License.
# -----------------------------------------------------------------------------

version_info = (0, 5, 1)
version_info = (0, 5, 2)
__version__ = '.'.join(map(str, version_info))
__date__ = '22/03/2024'
__date__ = '23/04/2024'
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 comments on commit e448f0c

Please sign in to comment.