mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +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:
|
||||
if not TelegramClient:
|
||||
print('Run `python3', argv[0], 'gen_tl` first.')
|
||||
quit()
|
||||
quit()
|
||||
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ class TelegramBareClient:
|
|||
"""
|
||||
|
||||
# Current TelegramClient version
|
||||
__version__ = '0.11'
|
||||
__version__ = '0.11.1'
|
||||
|
||||
# region Initialization
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user