Skip to content

Commit

Permalink
Add serach to tbump.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Apr 22, 2024
1 parent 0a9f73c commit 4911c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tag_template = "v{new_version}"
# tbump.toml location.
[[file]]
src = "pyproject.toml"
search = 'version = {current_version}'
search = 'version = "{current_version}"'

# You can specify a list of commands to
# run after the files have been patched
Expand Down

0 comments on commit 4911c00

Please sign in to comment.