camelot-py/camelot/__version__.py

4 lines
63 B
Python

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