mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-01 01:40:40 +03: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'
|