Skip to content

Commit

Permalink
chore: Update hPyT version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Jul 2, 2024
1 parent bdb29c3 commit 5017aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hPyT/__init__.py
Original file line number Diff line number Diff line change
@@ -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
"""
Expand Down Expand Up @@ -42,4 +42,4 @@
"rainbow_border",
]

__version__ = "1.3.1"
__version__ = "1.3.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5017aa2

Please sign in to comment.