mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 19:03:46 +03:00
Update to v0.11.1 and fix setup.py
This commit is contained in:
parent
459e988ff5
commit
a5ce375358
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ if __name__ == '__main__':
|
||||||
else:
|
else:
|
||||||
if not TelegramClient:
|
if not TelegramClient:
|
||||||
print('Run `python3', argv[0], 'gen_tl` first.')
|
print('Run `python3', argv[0], 'gen_tl` first.')
|
||||||
quit()
|
quit()
|
||||||
|
|
||||||
here = path.abspath(path.dirname(__file__))
|
here = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,7 @@ class TelegramBareClient:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Current TelegramClient version
|
# Current TelegramClient version
|
||||||
__version__ = '0.11'
|
__version__ = '0.11.1'
|
||||||
|
|
||||||
# region Initialization
|
# region Initialization
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user