mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 12:59:46 +00:00
Update to v0.11
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user