mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
Update to v0.11
This commit is contained in:
parent
e7b0c06ca5
commit
92b4125b2b
1
setup.py
1
setup.py
|
@ -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?
|
||||
|
|
|
@ -47,7 +47,7 @@ class TelegramBareClient:
|
|||
"""
|
||||
|
||||
# Current TelegramClient version
|
||||
__version__ = '0.10.1'
|
||||
__version__ = '0.11'
|
||||
|
||||
# region Initialization
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user