From 410f9724dc61dc14c6d0b6b58b1968947af85578 Mon Sep 17 00:00:00 2001 From: tlento Date: Wed, 6 Sep 2023 15:59:04 -0700 Subject: [PATCH] Release PR for dbt-metricflow 0.3.0 Updates MetricFlow version to 0.202.0 and dbt-metricflow to 0.3.0 --- 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 2798c9ea8b..67f69cb22e 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.2.0" +version = "0.3.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.6.0", - "metricflow~=0.201.0" + "metricflow~=0.202.0" ] [project.urls]