From 7bc41ee40b580d6f3860b343df50a9191b2a03b3 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Thu, 26 Oct 2023 11:55:07 -0700 Subject: [PATCH] Bump version to 0.4.0 (#198) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ebee729..c3feda8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.4.0a1" +version = "0.4.0" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"