mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
9 lines
115 B
Python
Executable File
9 lines
115 B
Python
Executable File
"""
|
|
Expose version
|
|
"""
|
|
|
|
from __future__ import annotations
|
|
|
|
__version__ = "3.4.1"
|
|
VERSION = __version__.split(".")
|