From 98927a354b91891944c207290f2bc9f354459671 Mon Sep 17 00:00:00 2001 From: Jurri Gerretsen <62351599+jurrigerretsen@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:09:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20release=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7a9dea..e57a15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-datadict" -version = "0.1.0" +version = "0.2.1" description = "Python CLI for automating the application of consistent field definitions to large multi-layered dbt projects." authors = ["tom "] readme = "README.md"