From 50c3996ce36a4ef6c9a979bc3fb77c9808f8df7d Mon Sep 17 00:00:00 2001 From: Devon Fulcher Date: Tue, 3 Oct 2023 17:44:38 -0500 Subject: [PATCH] bump to 0.2.1dev1 (#163) Bump backport version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dfd25da..dabcd972 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.2.0" +version = "0.2.1dev1" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"