Skip to content

Commit

Permalink
Fix bumpversion config for CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 6, 2023
1 parent 977eb75 commit 26ded58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ replace = 'version="{new_version}"'

[[tool.bumpversion.files]]
filename = "CITATION.cff"
search = 'version: "{current_version}"'
replace = 'version: "{new_version}"'
search = 'version: {current_version}'
replace = 'version: {new_version}'

[[tool.bumpversion.files]]
filename = "CITATION.cff"
Expand Down

0 comments on commit 26ded58

Please sign in to comment.