Source code for epicsarchiver_mgmt._version
# file generated by vcs-versioning
# don't change, don't track in version control
from __future__ import annotations
__all__ = [
"__version__",
"__version_tuple__",
"version",
"version_tuple",
"__commit_id__",
"commit_id",
]
__version__ = version = '0.1.dev213'
__version_tuple__ = version_tuple = (0, 1, 'dev213')
__commit_id__ = commit_id = None