From c82357bb4916249ad73d9dec6fc316b2c77111bb Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Tue, 10 Oct 2023 18:47:40 -0700 Subject: [PATCH] Bump version to 0.3.0 for release (#177) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1ec56d7..c352113a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.3.0b1" +version = "0.3.0" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"