Update Pyrogram to v0.13.0

This commit is contained in:
Dan 2019-05-25 01:50:34 +02:00
parent 4bc7345328
commit bb246f9e60

View File

@ -24,7 +24,7 @@ if sys.version_info[:3] in [(3, 5, 0), (3, 5, 1), (3, 5, 2)]:
# Monkey patch the standard "typing" module because Python versions from 3.5.0 to 3.5.2 have a broken one. # Monkey patch the standard "typing" module because Python versions from 3.5.0 to 3.5.2 have a broken one.
sys.modules["typing"] = typing sys.modules["typing"] = typing
__version__ = "0.13.0.develop" __version__ = "0.13.0"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__copyright__ = "Copyright (C) 2017-2019 Dan <https://github.com/delivrance>" __copyright__ = "Copyright (C) 2017-2019 Dan <https://github.com/delivrance>"