From 84dd08b7cef24647973f028e66be72c5e2895fa6 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Mon, 8 Jan 2024 09:10:04 -0800 Subject: [PATCH] 0.5.0a3 Release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f83c87ff..2690482f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.5.0a2" +version = "0.5.0a3" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"