2025-01-20 14:33:03 +05:00

4 lines
63 B
Python

VERSION = (1, 4, 0)
__version__ = '.'.join(map(str, VERSION))