Skip to content

Commit

Permalink
update the bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Mar 6, 2024
1 parent dbc11e8 commit 5038b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ commit = True
tag = True

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

[bumpversion:file:mwatershed/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
search = __version__ = """{current_version}"""
replace = __version__ = """{new_version}"""

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
Expand Down

0 comments on commit 5038b4b

Please sign in to comment.