Telethon/telethon/version.py
Lonami Exo b58c0d3071 Stop relying on __doc__ in EntityCache
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.
2019-05-02 10:20:49 +02:00

4 lines
95 B
Python

# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.7.4'