We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024e385 commit e5be7fcCopy full SHA for e5be7fc
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.9.4'
+ '0.10.1'
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.0.develop"
+__version__ = "0.10.1"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments