There was an error while loading. Please reload this page.
1 parent d2179e2 commit afac765Copy full SHA for afac765
pyrogram/__init__.py
@@ -24,8 +24,7 @@
24
# Monkey patch the standard "typing" module because Python versions from 3.5.0 to 3.5.2 have a broken one.
25
sys.modules["typing"] = typing
26
27
-
28
-__version__ = "0.12.0.develop"
+__version__ = "0.12.0"
29
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
30
__copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance>".replace(
31
"\xe8", "e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
0 commit comments