3 lines
81 B
Python
3 lines
81 B
Python
|
__version_info__ = (0, 7, 12)
|
||
|
__version__ = ".".join(map(str, __version_info__))
|