2023-04-18 11:04:50 +08:00

4 lines
63 B
Python

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