Skip to content

Commit

Permalink
Fix the style and tag_prefix in version module
Browse files Browse the repository at this point in the history
  • Loading branch information
yafshar committed Mar 22, 2024
1 parent 09120bd commit 22a5966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kim_edn/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_config() -> VersioneerConfig:
# _version.py
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = ""
cfg.tag_prefix = "kim_edn-"
cfg.style = "pep440"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "kim_edn-"
cfg.versionfile_source = "kim_edn/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 22a5966

Please sign in to comment.