Skip to content

Commit

Permalink
Update bumpversion setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Nov 14, 2020
1 parent c9d0c52 commit 737e9bf
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 @@ -5,12 +5,12 @@ tag = True
tag_name = v.{new_version}

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

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

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 737e9bf

Please sign in to comment.