diff --git a/setup.cfg b/setup.cfg index ce751eebf..8741a226c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,13 +5,14 @@ tag = True [bumpversion:file:setup.py] search = VERSION = "{current_version}" +replace = VERSION = "{new_version}" [wheel] universal = 1 [isort] line_length = 99 -known_first_party = d3a +known_first_party = gsy_e [captainhook] flake8 = on