There was an error while loading. Please reload this page.
1 parent 32336a9 commit 074d98cCopy full SHA for 074d98c
pyrogram/__init__.py
@@ -23,7 +23,7 @@
23
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
24
)
25
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26
-__version__ = "0.7.1"
+__version__ = "0.7.2"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments