From 118797f931de760b098bcd571ab8e33b5ccf5184 Mon Sep 17 00:00:00 2001 From: Corey Caverly Date: Wed, 25 Oct 2023 10:05:22 -0700 Subject: [PATCH] Revving version for release Signed-off-by: Corey Caverly --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec35914..c2a592a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_reqs = ["pytest", "pytest-cov", "pytest-runner", "flake8"] setuptools.setup( name="gordian", - version="3.6.0", + version="3.7.0", author="Intuit", author_email="cg-sre@intuit.com", description="A tool to search and replace files in a Git repo",