mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-03 06:10:18 +08:00
5 lines
89 B
Python
5 lines
89 B
Python
import os
|
|
|
|
def get_version():
|
|
return os.getenv("VERSIONEER_OVERRIDE", default="7.0")
|