Skip to content

Commit

Permalink
Update Userge to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Jan 16, 2021
1 parent ab34a18 commit 18df080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ oauth2client
Pillow==8.0
psutil
pybase64
pyrogram==1.1.10
pyrogram==1.1.12
pySmartDL
python-dotenv
pytz
Expand Down
2 changes: 1 addition & 1 deletion userge/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__major__ = 0
__minor__ = 3
__micro__ = 0
__micro__ = 1

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

0 comments on commit 18df080

Please sign in to comment.