Update to v0.10.1

This commit is contained in:
Lonami Exo 2017-06-07 20:15:27 +02:00
parent 4a2b6e7fa8
commit 6922eb3d39

View File

@ -63,7 +63,7 @@ from .utils import (find_user_or_chat, get_input_peer,
class TelegramClient:
# Current TelegramClient version
__version__ = '0.10'
__version__ = '0.10.1'
# region Initialization