libcryfs/src/gitversion/getversion.py

6 lines
75 B
Python
Executable File

#!/usr/bin/env python3
import versioneer
print(versioneer.get_version())