Files
2024-08-27 20:33:44 +02:00

3 lines
62 B
Python

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