libcryfs/src/gitversion/getversion.py

6 lines
74 B
Python
Executable File

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