Skip to content

Commit 4493f78

Browse files
committed
Update to v0.10.3
1 parent 372bbab commit 4493f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/start/Installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ If no error shows up you are good to go.
8282
8383
>>> import pyrogram
8484
>>> pyrogram.__version__
85-
'0.10.2'
85+
'0.10.3'
8686
8787
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
8888
.. _develop: http://github.com/pyrogram/pyrogram

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
2424
)
2525
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26-
__version__ = "0.10.2"
26+
__version__ = "0.10.3"
2727

2828
from .api.errors import Error
2929
from .client.types import (

0 commit comments

Comments
 (0)