KiBot/kiplot/__version__.py

4 lines
63 B
Python

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