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