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"