Update to v0.11

This commit is contained in:
Lonami Exo 2017-06-16 10:11:03 +02:00
parent e7b0c06ca5
commit 92b4125b2b
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],
# What does your project relate to?

View File

@ -47,7 +47,7 @@ class TelegramBareClient:
"""
# Current TelegramClient version
__version__ = '0.10.1'
__version__ = '0.11'
# region Initialization