mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-14 17:20:39 +00:00
3 lines
74 B
Python
3 lines
74 B
Python
version_info = (1, 0, 0)
|
|
__version__ = ".".join(map(str, version_info))
|