From 6b389530133450d99253329d010d0670f067e162 Mon Sep 17 00:00:00 2001 From: elmotec <1107551+elmotec@users.noreply.github.com> Date: Sat, 12 Dec 2020 17:15:54 -0500 Subject: [PATCH] Fixed quotes for bumpversion --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index af4a966..dc07b62 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,8 +62,8 @@ search = version={current_version} replace = version={new_version} [bumpversion:file:codemetrics/__init__.py] -search = __version__ = '{current_version}' -replace = __version__ = '{new_version}' +search = __version__ = "{current_version}" +replace = __version__ = "{new_version}" [bdist_wheel] universal = 1