Skip to content

Commit

Permalink
chore: Update hPyT version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zingzy committed Jun 7, 2024
1 parent cb68db8 commit 6760870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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.0
version - 1.3.1
License - MIT
Homepage - https://github.com/zingzy/hPyT
"""
Expand Down Expand Up @@ -42,4 +42,4 @@
"rainbow_border",
]

__version__ = "1.3.0"
__version__ = "1.3.1"
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.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',
Expand Down

0 comments on commit 6760870

Please sign in to comment.