Skip to content

Commit

Permalink
Bump version to 0.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Oct 17, 2023
1 parent d5371cf commit 31681d9
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, 3, 1)
version_info = (0, 4, 0)
__version__ = '.'.join(map(str, version_info))
__date__ = '11/10/2023'
__date__ = '17/10/2023'
__project_url__ = "https://github.com/jnsebgosselin/qtapputils"

0 comments on commit 31681d9

Please sign in to comment.