Skip to content

Commit

Permalink
Fix bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Sep 13, 2024
1 parent d76f80c commit b775c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ indent-style = "space"

[tool.bumpversion]
# Configuration for https://github.com/callowayproject/bump-my-version
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
tag = false
commit = false
search = "{current_version}"
Expand Down

0 comments on commit b775c83

Please sign in to comment.