Skip to content

Commit

Permalink
chore: Update versioneer settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 2, 2021
1 parent f0eaaef commit 053f38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crimson/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "v"
cfg.tag_prefix = ""
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "crimson/_version.py"
cfg.verbose = False
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ VCS = git
style = pep440
versionfile_source = crimson/_version.py
versionfile_build = crimson/_version.py
tag_prefix = v
tag_prefix = ''

[tool:pytest]
flake8-ignore = E402 F403 F405 E731 W503

0 comments on commit 053f38e

Please sign in to comment.