2 lines
89 B
Python
2 lines
89 B
Python
__version_info__ = (1, 34, 1)
|
|
__version__ = '.'.join([str(x) for x in __version_info__])
|