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