little-boxes/little_boxes/__version__.py

4 wiersze
63 B
Python

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