Skip to content

Commit

Permalink
Update to v0.10.3
Browse files Browse the repository at this point in the history
delivrance committed Jan 3, 2019
1 parent 372bbab commit 4493f78
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/start/Installation.rst
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ If no error shows up you are good to go.
>>> import pyrogram
>>> pyrogram.__version__
'0.10.2'
'0.10.3'
.. _TgCrypto: https://docs.pyrogram.ml/resources/TgCrypto
.. _develop: http://github.com/pyrogram/pyrogram
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
)
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__version__ = "0.10.2"
__version__ = "0.10.3"

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

0 comments on commit 4493f78

Please sign in to comment.