2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-01 14:43:34 +08:00
artiq/artiq/_version.py

5 lines
94 B
Python

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