From 290d82222bcde31bd861612c81c46a7b69246471 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 18 Jun 2024 15:39:46 -0700 Subject: [PATCH] Update version to 0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1716a48..cccc0d23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.6.0dev2" +version = "0.6.0" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"