From c27e033145306d0a8fc29938b0d5db1932663120 Mon Sep 17 00:00:00 2001 From: BAntonellini Date: Wed, 14 Feb 2024 20:04:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.35=20=E2=86=92=201.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dbt_coves/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 577cf712..8d1c5ea5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.35 +current_version = 1.7.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/dbt_coves/__init__.py b/dbt_coves/__init__.py index aabb675e..14d9d2f5 100644 --- a/dbt_coves/__init__.py +++ b/dbt_coves/__init__.py @@ -1 +1 @@ -__version__ = "1.6.35" +__version__ = "1.7.0" diff --git a/pyproject.toml b/pyproject.toml index 7c61c796..d5dc54c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt_coves" -version = "1.6.35" +version = "1.7.0" description = "CLI tool for dbt users adopting analytics engineering best practices." authors = ["Datacoves "] license = "Apache 2.0"