Skip to content

Commit

Permalink
fix bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Feb 5, 2023
1 parent 9bb2b35 commit 5c4bce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ commit = True
tag = True

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

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

0 comments on commit 5c4bce6

Please sign in to comment.