mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
3 lines
80 B
Python
3 lines
80 B
Python
__version_info__ = (0, 1, 0)
|
|
__version__ = '.'.join(map(str, __version_info__))
|