Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 1d8a026

Browse files
committed
Update to v0.15.1
1 parent 7aa21db commit 1d8a026

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.15'
60+
__version__ = '0.15.1'
6161

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

0 commit comments

Comments
 (0)