From 85b272b32f7d025e0402ea556144f819e278d16c Mon Sep 17 00:00:00 2001 From: Dave Connors Date: Tue, 5 Sep 2023 13:02:37 -0500 Subject: [PATCH] bump package version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d994c90..ee2813b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ line-length = 120 [tool.poetry] name = "dbt-meshify" -version = "0.3.0" +version = "0.4.0" description = "a package to upgrade dbt packages to the dbt mesh framework" authors = [ "Dave Connors ",