2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-03 06:10:18 +08:00
artiq/artiq/_version.py

5 lines
89 B
Python

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