Skip to content

Commit

Permalink
Update bumpversion config
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed May 31, 2021
1 parent 373ab86 commit 1a6eb55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Expand Up @@ -4,9 +4,9 @@ tag = True
message = "Release {new_version}"
current_version = 0.5.0

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

[bumpversion:file:port_for/__init__.py]

Expand Down

0 comments on commit 1a6eb55

Please sign in to comment.