3 lines
86 B
Python
3 lines
86 B
Python
__version_info__ = (1, 0, 3)
|
|
__version__ = '.'.join(str(v) for v in __version_info__)
|