This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
artiq
forked from
M-Labs/artiq
Watch
1
Star
0
Fork
You've already forked artiq
0
Code
Pull Requests
Activity
d872c3ab4d
artiq
/
artiq
/
_version.py
5 lines
94 B
Python
Raw
Blame
History
import
os
def
get_version
(
)
:
return
os
.
getenv
(
"
VERSIONEER_OVERRIDE
"
,
default
=
"
8.0.beta
"
)
View Git Blame
Copy Permalink