Skip to content

Commit

Permalink
modifying bumpversion settings
Browse files Browse the repository at this point in the history
Signed-off-by: Vikrant Balyan (vvb) <vvb@cisco.com>
  • Loading branch information
vvb committed Aug 23, 2018
1 parent ea34d25 commit cf628b8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
[bumpversion]
current_version = 0.9.3.1
commit = True
tag = True
commit = False
tag = False

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

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

[wheel]
universal = 1
Expand Down

0 comments on commit cf628b8

Please sign in to comment.