Update to v0.9

This commit is contained in:
Lonami Exo 2017-05-19 12:46:17 +02:00
parent 4af5085f17
commit 2f2ee15efd

View File

@ -41,7 +41,7 @@ from telethon.utils import (find_user_or_chat, get_input_peer,
class TelegramClient:
# Current TelegramClient version
__version__ = '0.8'
__version__ = '0.9'
# region Initialization