forked from M-Labs/artiq
5 lines
102 B
Python
5 lines
102 B
Python
import os
|
|
|
|
def get_version():
|
|
return os.getenv("VERSIONEER_OVERRIDE", default="8.0+unknown.beta")
|