From 2b48e1c9c3a1f645b48a9aec55c15b1c8c6f68e5 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Fri, 6 Oct 2023 13:23:35 -0700 Subject: [PATCH] Bump version to 0.3.0b1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2199013..f34f95c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.3.0a2" +version = "0.3.0b1" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"