Files
webssh/webssh/_version.py
T

3 lines
80 B
Python

__version_info__ = (0, 3, 5)
__version__ = '.'.join(map(str, __version_info__))