Skip to content

Commit

Permalink
Update Userge to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Apr 8, 2021
1 parent b26c153 commit 619b426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userge/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from pyrogram import __version__ as __pyro_version__ # noqa

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

__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 619b426

Please sign in to comment.