Skip to content

Commit

Permalink
add bump2version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamltyson committed Jul 16, 2020
1 parent 8295dcf commit 3279564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tag = True
search = version="{current_version}"
replace = version="{new_version}"

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

0 comments on commit 3279564

Please sign in to comment.