From 26b765ab30a205da89a0694307cb9a4fa6d5a093 Mon Sep 17 00:00:00 2001 From: BAntonellini Date: Mon, 4 Dec 2023 18:43:28 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.18=20=E2=86=92=201.6.19?= 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 ee9c66e9..8bde497e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.18 +current_version = 1.6.19 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/dbt_coves/__init__.py b/dbt_coves/__init__.py index 7995a118..fb1ed02b 100644 --- a/dbt_coves/__init__.py +++ b/dbt_coves/__init__.py @@ -1 +1 @@ -__version__ = "1.6.18" +__version__ = "1.6.19" diff --git a/pyproject.toml b/pyproject.toml index 4cec9243..05714708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt_coves" -version = "1.6.18" +version = "1.6.19" description = "CLI tool for dbt users adopting analytics engineering best practices." authors = ["Datacoves "] license = "Apache 2.0"