From 78a6431d75c42aceec1e163d6bdf05c377a24cd8 Mon Sep 17 00:00:00 2001 From: Thomas Lento Date: Tue, 31 Oct 2023 16:00:22 -0700 Subject: [PATCH] Revert "Update DSI version to 0.2.3 for backport release (#201)" This reverts commit 214656552a8569b8e22275721745713988966924. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fa24817..6a010192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.2.3" +version = "0.2.2" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"