From 11921a329a7bd73c5070670f023f2401fa0f0de6 Mon Sep 17 00:00:00 2001 From: Thomas Lento Date: Tue, 30 Jul 2024 16:56:07 -0700 Subject: [PATCH] Update dbt-metricflow version to 0.7.1 (#1363) 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"