Skip to content

Commit

Permalink
Update Userge to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Sep 17, 2021
1 parent dfda4c8 commit cfdc3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userge/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pyrogram import __version__ as __pyro_version__ # noqa

__major__ = 0
__minor__ = 5
__minor__ = 6
__micro__ = 0

__python_version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}"
Expand Down

0 comments on commit cfdc3ad

Please sign in to comment.