mirror of https://github.com/m-labs/artiq.git
artiq/_version.py: update
This commit is contained in:
parent
6940d98ca2
commit
063e88d75a
|
@ -41,7 +41,7 @@ def get_config():
|
||||||
cfg = VersioneerConfig()
|
cfg = VersioneerConfig()
|
||||||
cfg.VCS = "git"
|
cfg.VCS = "git"
|
||||||
cfg.style = "pep440"
|
cfg.style = "pep440"
|
||||||
cfg.tag_prefix = ""
|
cfg.tag_prefix = "v"
|
||||||
cfg.parentdir_prefix = "artiq-"
|
cfg.parentdir_prefix = "artiq-"
|
||||||
cfg.versionfile_source = "artiq/_version.py"
|
cfg.versionfile_source = "artiq/_version.py"
|
||||||
cfg.verbose = False
|
cfg.verbose = False
|
||||||
|
|
Loading…
Reference in New Issue