From 5038b4ba518c3c234082905da278b45aea6816c2 Mon Sep 17 00:00:00 2001 From: William Patton Date: Wed, 6 Mar 2024 11:24:33 -0500 Subject: [PATCH] update the bumpversion config --- setup.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index b6a9ff9..bcb23e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,12 +4,12 @@ commit = True tag = True [bumpversion:file:Cargo.toml] -search = version = '{current_version}' -replace = version = '{new_version}' +search = version = "{current_version}" +replace = version = "{new_version}" [bumpversion:file:mwatershed/__init__.py] -search = __version__ = '{current_version}' -replace = __version__ = '{new_version}' +search = __version__ = """{current_version}""" +replace = __version__ = """{new_version}""" [bumpversion:file:pyproject.toml] search = version = "{current_version}"