Update to v0.8

This commit is contained in:
Lonami Exo
2017-04-14 15:33:05 +02:00
parent 6b2c0271ae
commit fbc7aabf13
2 changed files with 2 additions and 2 deletions

View File

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