From 9aab8ebd5f2228f24381496953b603c011ed0fdc Mon Sep 17 00:00:00 2001 From: Nicholas Yager Date: Wed, 27 Nov 2024 10:36:45 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.0=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ab1eb67..b7d1a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "dbt-loom" -version = "0.6.0" +version = "0.7.0" description = "A dbt-core plugin to import public nodes in multi-project deployments." authors = ["Nicholas Yager "] readme = "README.md" packages = [{ include = "dbt_loom" }] [tool.commitizen] -version = "0.6.0" +version = "0.7.0" version_files = ["pyproject.toml:^version"] [tool.poetry.dependencies]