From 67608700c750cc0e961b0275256104fee435d671 Mon Sep 17 00:00:00 2001 From: Zane <90309290+Zingzy@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:44:30 +0530 Subject: [PATCH] chore: Update hPyT version to 1.3.1 --- README.md | 2 +- hPyT/__init__.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1829d84..2119c1c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ https://github.com/Zingzy/hPyT/assets/90309290/f86df1c7-b75b-4477-974a-eb34cc117 ## 📦 Installing ```powershell -pip install hPyT==1.3.0 +pip install hPyT==1.3.1 ``` ## 📥 Importing diff --git a/hPyT/__init__.py b/hPyT/__init__.py index 11deb2b..9b66020 100644 --- a/hPyT/__init__.py +++ b/hPyT/__init__.py @@ -1,7 +1,7 @@ """ hPyT - Hack Python Titlebar Author - zingzy -version - 1.3.0 +version - 1.3.1 License - MIT Homepage - https://github.com/zingzy/hPyT """ @@ -42,4 +42,4 @@ "rainbow_border", ] -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/setup.py b/setup.py index ddafcbd..5e5b68c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='hPyT', - version='1.3.0', + version='1.3.1', 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',