Skip to content

Commit eb69b8b

Browse files
authoredJan 23, 2022
Update Userge to v0.7.0
1 parent 948babf commit eb69b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎userge/versions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pyrogram import __version__ as __pyro_version__ # noqa
1414

1515
__major__ = 0
16-
__minor__ = 6
16+
__minor__ = 7
1717
__micro__ = 0
1818

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

0 commit comments

Comments
 (0)
Please sign in to comment.