Skip to content

Commit

Permalink
Forgotten file
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Dec 1, 2023
1 parent 0186a1c commit 43f26cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ current_version = 0.7.2
commit = True
tag = True

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

[bumpversion:file:src/nexgen/__init__.py]
search = __version__ = "{current_version}"
Expand Down

0 comments on commit 43f26cb

Please sign in to comment.