2023-07-26 20:53:08 +08:00

4 lines
63 B
Python

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