From 624d613bffc7f6e95df4cfdfee32fa2ba6b8a2fb Mon Sep 17 00:00:00 2001 From: Thomas Lento Date: Mon, 6 Nov 2023 14:07:55 -0800 Subject: [PATCH] Update version to 0.4.1 for patch release (#206) 0.4.0 has a faulty dependency specification, so we need to deploy 0.4.1 with the relevant fix. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35397698..351192f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.4.0" +version = "0.4.1" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"