We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc33732 commit dc5bbc1Copy full SHA for dc5bbc1
telethon/telegram_bare_client.py
@@ -53,7 +53,7 @@ class TelegramBareClient:
53
"""
54
55
# Current TelegramClient version
56
- __version__ = '0.14'
+ __version__ = '0.14.1'
57
58
# TODO Make this thread-safe, all connections share the same DC
59
_dc_options = None
0 commit comments