From 1e5c2335e50884d599712530a739ef29b32d176a Mon Sep 17 00:00:00 2001 From: tlento Date: Wed, 2 Aug 2023 23:24:39 -0600 Subject: [PATCH] Update dbt-metricflow for release 0.1.0 --- dbt-metricflow/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dbt-metricflow/pyproject.toml b/dbt-metricflow/pyproject.toml index ed816f6c73..fc862d9645 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.1.0.rc1" +version = "0.1.0" description = "Execute commands against the MetricFlow semantic layer with dbt." readme = "README.md" requires-python = ">=3.8,<3.12" @@ -24,8 +24,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "dbt-core~=1.6.0rc2", - "metricflow==0.200.0.rc1" + "dbt-core~=1.6.0", + "metricflow~=0.200.0" ] [project.urls]