From 9a451cd037ea231a4070748fde9d0778f69a024f Mon Sep 17 00:00:00 2001 From: Viyat Bhalodia Date: Wed, 27 Mar 2019 21:53:45 -0700 Subject: [PATCH] fix: Fix bumpversion syntax --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6eedf1a6a..e5a02cfc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,8 +5,6 @@ tag = True parse=(?P\d+)\.(?P\d+)\.(?P\d+) [bumpversion:file:owtf/__init__.py] - -[bumpversion:file:setup.py] search = version='{current_version}' replace = version='{new_version}'