From 2c9642d6721dc2dbfe3bdc8c5c911eccb5e946fd Mon Sep 17 00:00:00 2001 From: Nicholas Yager Date: Wed, 12 Jun 2024 13:29:29 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.4=20=E2=86=92=200.5.5?= 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 0ca8bd2..cd42c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "dbt-loom" -version = "0.5.4" +version = "0.5.5" 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.5.4" +version = "0.5.5" version_files = ["pyproject.toml:^version"] [tool.poetry.dependencies]