Skip to content

Commit

Permalink
build: fix configuration of bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Nov 15, 2024
1 parent aad0009 commit d138376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ tag = False
message = Prepare next version {new_version} (unreleased)

[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:deprecated/__init__.py]
search = __version__ = "{current_version}"
Expand Down

0 comments on commit d138376

Please sign in to comment.