5 lines
87 B
Python

try:
from ._scm_version import version
except ImportError:
version = "unknown"