Update to v0.14.1

This commit is contained in:
Lonami Exo 2017-09-28 12:02:47 +02:00
parent cc337328c6
commit dc5bbc1719

View File

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