Skip to content

Commit 18df080

Browse files
committed
Update Userge to v0.3.1
1 parent ab34a18 commit 18df080

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ oauth2client
2020
Pillow==8.0
2121
psutil
2222
pybase64
23-
pyrogram==1.1.10
23+
pyrogram==1.1.12
2424
pySmartDL
2525
python-dotenv
2626
pytz

userge/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
__major__ = 0
1616
__minor__ = 3
17-
__micro__ = 0
17+
__micro__ = 1
1818

1919
__python_version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}"
2020
__license__ = "[GNU GPL v3.0](https://github.com/UsergeTeam/Userge/blob/master/LICENSE)"

0 commit comments

Comments
 (0)