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