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"