From 5017aa2e3c0a39cf57cfb756566003715cc051ef Mon Sep 17 00:00:00 2001 From: Zane <90309290+Zingzy@users.noreply.github.com> Date: Tue, 2 Jul 2024 19:01:44 +0530 Subject: [PATCH] chore: Update hPyT version to 1.3.2 --- hPyT/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hPyT/__init__.py b/hPyT/__init__.py index 9b66020..56bb592 100644 --- a/hPyT/__init__.py +++ b/hPyT/__init__.py @@ -1,7 +1,7 @@ """ hPyT - Hack Python Titlebar Author - zingzy -version - 1.3.1 +version - 1.3.2 License - MIT Homepage - https://github.com/zingzy/hPyT """ @@ -42,4 +42,4 @@ "rainbow_border", ] -__version__ = "1.3.1" +__version__ = "1.3.2" diff --git a/setup.py b/setup.py index 5e5b68c..330808b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='hPyT', - version='1.3.1', + version='1.3.2', description='Hack Python Titlebar - A package to manipulate windows and titlebar of GUI applications made using python.', long_description=long_description, long_description_content_type='text/markdown',