artiq/artiq/_version.py

5 lines
94 B
Python

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