mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-23 01:46:35 +03:00
b58c0d3071
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'
|