Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Sep 15, 2023
1 parent 2dce1c2 commit a597368
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, 2, 0)
version_info = (0, 2, 1)
__version__ = '.'.join(map(str, version_info))
__date__ = '12/09/2023'
__date__ = '15/09/2023'
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 comments on commit a597368

Please sign in to comment.