From a8ef35c2c249e3db14defa8abb8565058bf8ef5b Mon Sep 17 00:00:00 2001 From: tlento Date: Fri, 1 Mar 2024 12:56:17 -0800 Subject: [PATCH] Update dbt-metricflow version to 0.6.0 With the release of MetricFlow 0.205.0 we can now release dbt-metricflow 0.6.0 to complement it. --- dbt-metricflow/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbt-metricflow/pyproject.toml b/dbt-metricflow/pyproject.toml index 893b072e02..5f2e1af864 100644 --- a/dbt-metricflow/pyproject.toml +++ b/dbt-metricflow/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dbt-metricflow" -version = "0.5.0" +version = "0.6.0" description = "Execute commands against the MetricFlow semantic layer with dbt." readme = "README.md" requires-python = ">=3.8,<3.12" @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "dbt-core>=1.7.4, <1.8.0", - "metricflow>=0.204.0, <0.205.0" + "metricflow>=0.205.0, <0.206.0" ] [project.urls]