We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372bbab commit 4493f78Copy full SHA for 4493f78
docs/source/start/Installation.rst
@@ -82,7 +82,7 @@ If no error shows up you are good to go.
82
83
>>> import pyrogram
84
>>> pyrogram.__version__
85
- '0.10.2'
+ '0.10.3'
86
87
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
88
.. _develop: http://github.com/pyrogram/pyrogram
pyrogram/__init__.py
@@ -23,7 +23,7 @@
23
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
24
)
25
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26
-__version__ = "0.10.2"
+__version__ = "0.10.3"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments