Skip to content

Commit

Permalink
Finalize bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Sep 13, 2024
1 parent bb96063 commit 3b53fe2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,13 @@ indent-style = "space"

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


[[tool.bumpversion.files]]
filename="pyproject.toml"
[[tool.bumpversion.files]]
filename="doc/source/conf.py"
[[tool.bumpversion.files]]
Expand Down

0 comments on commit 3b53fe2

Please sign in to comment.