mirror of
https://github.com/huashengdun/webssh.git
synced 2026-08-21 05:06:44 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
__version_info__ = (0, 3, 4)
|
|
__version__ = '.'.join(map(str, __version_info__))
|