Skip to content

Commit

Permalink
Bump version to 0.5.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Mar 22, 2024
1 parent 7020d8e commit c82d651
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, 0)
version_info = (0, 5, 1)
__version__ = '.'.join(map(str, version_info))
__date__ = '19/01/2024'
__date__ = '22/03/2024'
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 comments on commit c82d651

Please sign in to comment.