artiq/artiq/_version.py

5 lines
94 B
Python
Raw Normal View History

2015-11-09 11:33:38 +08:00
import os
def get_version():
2022-03-06 18:30:08 +08:00
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")