From 49862142e4660a974b907c09c9102b76ca253641 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Mon, 28 Oct 2024 11:26:51 -0400 Subject: [PATCH] Update bumpversion configuration. --- .bumpversion.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bd67f00..7b80f30 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] current_version = 1.3.0 -commit = True -tag = True +commit = False +tag = False message = Bump up to version {new_version}. [bumpversion:file:rowan/__init__.py]