From 921a7861e8ae899b53548043eda975c33537ad11 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 23 Feb 2024 13:14:19 -0800 Subject: [PATCH] Bump package version in `0.4.latest` branch to `0.4.4`. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6db4cdb..560dc0c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.4.3" +version = "0.4.4" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"