From a047d0aad0ad18170780b64f0c13b77aecad4a3a Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Thu, 5 Oct 2023 15:28:14 -0700 Subject: [PATCH] Bump to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fef0419..51a93e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.2.1" +version = "0.2.2" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"