artiq/artiq/_version.py

5 lines
102 B
Python

import os
def get_version():
return os.getenv("VERSIONEER_OVERRIDE", default="8.0+unknown.beta")