From e448f0c7a1e3d280bffb0858c37671f860fee0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Gosselin?= Date: Tue, 23 Apr 2024 09:21:56 -0400 Subject: [PATCH] Update __init__.py --- qtapputils/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtapputils/__init__.py b/qtapputils/__init__.py index b30d1fe..891edff 100644 --- a/qtapputils/__init__.py +++ b/qtapputils/__init__.py @@ -7,7 +7,7 @@ # Licensed under the terms of the MIT License. # ----------------------------------------------------------------------------- -version_info = (0, 5, 1) +version_info = (0, 5, 2) __version__ = '.'.join(map(str, version_info)) -__date__ = '22/03/2024' +__date__ = '23/04/2024' __project_url__ = "https://github.com/jnsebgosselin/qtapputils"