Skip to content

Commit

Permalink
ops(fix version)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepenzak committed Jan 25, 2025
1 parent 276fded commit 887e31a
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 @@ -140,5 +140,5 @@ filename = "caml/_version.py"

[[tool.bumpversion.files]]
filename = "pyproject.toml"
search = 'version="{current_version}"'
replace = "{new_version}"
search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'

0 comments on commit 887e31a

Please sign in to comment.