Update to v0.15.1

This commit is contained in:
Lonami Exo 2017-10-05 13:58:26 +02:00
parent 7aa21dbd07
commit 1d8a02685f

View File

@ -57,7 +57,7 @@ class TelegramBareClient:
"""
# Current TelegramClient version
__version__ = '0.15'
__version__ = '0.15.1'
# TODO Make this thread-safe, all connections share the same DC
_dc_options = None