Skip to content

Commit

Permalink
update version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Wang committed Aug 18, 2023
1 parent c06fd7a commit f8a46d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdanalysis_sphinx_theme/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_config() -> VersioneerConfig:
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = ""
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "mdanalysis_sphinx_theme-"
cfg.versionfile_source = "mdanalysis_sphinx_theme/_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 @@ -8,6 +8,6 @@ VCS = git
style = pep440
versionfile_source = mdanalysis_sphinx_theme/_version.py
versionfile_build = mdanalysis_sphinx_theme/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix = mdanalysis_sphinx_theme-

0 comments on commit f8a46d4

Please sign in to comment.