From 930546409b19c7b3212f8b08882435ea4a0872a2 Mon Sep 17 00:00:00 2001 From: tlento Date: Mon, 29 Jul 2024 18:25:10 -0700 Subject: [PATCH] Update dbt-metricflow version to 0.7.1 This update will be deployed as a patch release on the 0.7.0 minor version. This was tested by building locally and installing the build to run a sequence of CLI commands. --- dbt-metricflow/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-metricflow/pyproject.toml b/dbt-metricflow/pyproject.toml index 6782e76960..b918bc0622 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.7.0" +version = "0.7.1" description = "Execute commands against the MetricFlow semantic layer with dbt." readme = "README.md" requires-python = ">=3.8,<3.13"