Skip to content

Commit

Permalink
Bump version to 0.3.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Oct 11, 2023
1 parent aa91082 commit d0db884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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, 3, 0)
version_info = (0, 3, 1)
__version__ = '.'.join(map(str, version_info))
__date__ = '11/10/2023'
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 comments on commit d0db884

Please sign in to comment.