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-12-20 12:56:43 +08:00
return os.getenv("VERSIONEER_OVERRIDE", default="8.0.beta")