Skip to content

Commit 18b581f

Browse files
committed
Update Pyrogram to v0.15.1
1 parent be3947e commit 18b581f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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-
__version__ = "0.15.0"
27+
__version__ = "0.15.1"
2828
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
2929
__copyright__ = "Copyright (C) 2017-2019 Dan <https://github.com/delivrance>"
3030

0 commit comments

Comments
 (0)