From 31681d94f3fc3a2dd39a0b4d1da03d030ec3878c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Gosselin?= Date: Tue, 17 Oct 2023 13:48:18 -0400 Subject: [PATCH] Bump version to 0.4.0 for release --- qtapputils/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtapputils/__init__.py b/qtapputils/__init__.py index 9ce086e..aecd68d 100644 --- a/qtapputils/__init__.py +++ b/qtapputils/__init__.py @@ -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"