2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Merge branch 'master' into docs

This commit is contained in:
Dan 2018-01-07 13:29:06 +01:00
commit 2faad4f781
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ License
Documentation Documentation
</a> </a>
<a href="https://t.me/joinchat/AWDQ8lK2HgBN7ka4OyWVTw"> <a href="https://t.me/PyrogramChat">
Community Community
</a </a
<br><br><br> <br><br><br>

View File

@ -18,7 +18,7 @@
__copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>" __copyright__ = "Copyright (C) 2017-2018 Dan Tès <https://github.com/delivrance>"
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
__version__ = "0.3.2" __version__ = "0.3.3"
from .api.errors import Error from .api.errors import Error
from .client import ChatAction from .client import ChatAction