3 lines
62 B
Python
3 lines
62 B
Python
|
|
VERSION = (0, 1, 2)
|
||
|
|
__version__ = ".".join(map(str, VERSION))
|