4 lines
63 B
Python
Raw Permalink Normal View History

2025-01-20 14:33:03 +05:00
VERSION = (1, 4, 0)
__version__ = '.'.join(map(str, VERSION))