artiq/_version.py: update

This commit is contained in:
Robert Jördens 2016-01-18 19:12:42 -07:00
parent 6940d98ca2
commit 063e88d75a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "artiq-"
cfg.versionfile_source = "artiq/_version.py"
cfg.verbose = False