Skip to content

Commit afac765

Browse files
committed
Update to v0.12.0
1 parent d2179e2 commit afac765

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
# Monkey patch the standard "typing" module because Python versions from 3.5.0 to 3.5.2 have a broken one.
2525
sys.modules["typing"] = typing
2626

27-
28-
__version__ = "0.12.0.develop"
27+
__version__ = "0.12.0"
2928
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
3029
__copyright__ = "Copyright (C) 2017-2019 Dan Tès <https://github.com/delivrance>".replace(
3130
"\xe8", "e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"

0 commit comments

Comments
 (0)