Update to v0.11.1 and fix setup.py

This commit is contained in:
Lonami Exo 2017-06-24 18:15:31 +02:00
parent 459e988ff5
commit a5ce375358
2 changed files with 2 additions and 2 deletions

View File

@ -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__))

View File

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