Skip to content

Commit 8c3a247

Browse files
committed
Update to v0.15
1 parent d30fdbe commit 8c3a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telethon/telegram_bare_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class TelegramBareClient:
5757
"""
5858

5959
# Current TelegramClient version
60-
__version__ = '0.14.2'
60+
__version__ = '0.15'
6161

6262
# TODO Make this thread-safe, all connections share the same DC
6363
_dc_options = None

0 commit comments

Comments
 (0)