libcryfs/src/gitversion/getversion.py
D Lamb bbc7acc30f minor: shebang python -> python3 (#439)
Co-authored-by: D Lamb <dlamb.gh@mm.st>
2022-10-11 18:56:45 -07:00

6 lines
75 B
Python
Executable File

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