From b85f63ab1c40139b8dbabc067527def469c2dbad Mon Sep 17 00:00:00 2001 From: Simo Tumelius Date: Thu, 14 Jul 2022 10:57:19 +0300 Subject: [PATCH] Bump version to 0.7.1 (#61) Co-authored-by: Simo Tumelius --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af939e9..d342991 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="dbt-cloud-cli", - version="0.7.0", + version="0.7.1", description="dbt Cloud command line interface (CLI)", long_description=README, long_description_content_type="text/markdown",