3 lines
72 B
Python
3 lines
72 B
Python
|
version_info = (0, 2, 0)
|
||
|
__version__ = '.'.join(map(str, version_info))
|