mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-16 18:16:39 +00:00

This breaks when running with python -OO (optimized) which
removes the documentation but is crucial. Instead and thanks
to fce5cfea
, we can now rely on the type hints instead.
4 lines
95 B
Python
4 lines
95 B
Python
# Versions should comply with PEP440.
|
|
# This line is parsed in setup.py:
|
|
__version__ = '1.7.4'
|