Skip to content

Commit

Permalink
Strip "v" prefix for version
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Oct 12, 2021
1 parent c4b52a6 commit 8fdd318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nllgrid/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "nllgrid-"
cfg.versionfile_source = "nllgrid/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 8fdd318

Please sign in to comment.