mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Fix patched import and version bump
This commit is contained in:
parent
29db2a5f74
commit
6d33da7bad
|
@ -1,4 +1,2 @@
|
||||||
# Compatibility for people relying on this module
|
# Compatibility for people relying on this module
|
||||||
from ..custom.message import Message
|
from ..custom.message import MessageEmpty, MessageService, Message
|
||||||
|
|
||||||
MessageService = MessageEmpty = Message
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Versions should comply with PEP440.
|
# Versions should comply with PEP440.
|
||||||
# This line is parsed in setup.py:
|
# This line is parsed in setup.py:
|
||||||
__version__ = '1.19.3'
|
__version__ = '1.19.4'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user