This website requires JavaScript.
Explore
Help
Sign In
occheung
/
artiq
forked from
M-Labs/artiq
Watch
1
Star
0
Fork
You've already forked artiq
0
Code
Pull Requests
Activity
df15f53ee9
artiq
/
artiq
/
_version.py
5 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
use versioneer
2015-11-09 11:33:38 +08:00
import
os
simplify versioneer Original version is very complex and still has a number of problems.
2020-07-30 00:54:07 +08:00
def
get_version
(
)
:
PEP440 compliant version numbers
2023-04-30 16:55:49 +08:00
return
os
.
getenv
(
"
VERSIONEER_OVERRIDE
"
,
default
=
"
8.0+unknown.beta
"
)