Download this file

version.py    3 lines (2 with data), 77 Bytes

1
2
__version_info__ = (0, 0)
__version__ = '.'.join(map(str, __version_info__))