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",