BigW Consortium Gitlab

Commit cc72683b by Tarun Bhardwaj

Added config for bumpversion

parent d8a00a52
[bumpversion]
current_version = 0.1.7
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:etsy/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment