Skip to content

Commit

Permalink
🔧 Update bump2version Config
Browse files Browse the repository at this point in the history
  • Loading branch information
John-P committed Mar 22, 2022
1 parent 748fd56 commit 3d0d597
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = True
commit = False
tag = False

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

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

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 3d0d597

Please sign in to comment.