1 parent 782a4bc commit 16dbd8dCopy full SHA for 16dbd8d
1 file changed
pyrogram/__init__.py
@@ -24,7 +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
-__version__ = "0.13.0"
+__version__ = "0.14.0-develop"
28
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
29
__copyright__ = "Copyright (C) 2017-2019 Dan <https://github.com/delivrance>"
30
0 commit comments