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