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

Update to v0.3.2

This commit is contained in:
Dan 2018-01-03 19:10:40 +01:00
parent 7690c751ff
commit b06ae1c38e

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.0" __version__ = "0.3.2"
from .api.errors import Error from .api.errors import Error
from .client import ChatAction from .client import ChatAction