mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
3 lines
80 B
Python
Executable File
3 lines
80 B
Python
Executable File
__version_info__ = (3, 5, 1)
|
|
__version__ = ".".join(map(str, __version_info__))
|