diff --git a/dbt-metricflow/pyproject.toml b/dbt-metricflow/pyproject.toml index fc862d9645..2798c9ea8b 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" +version = "0.2.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.200.0" + "metricflow~=0.201.0" ] [project.urls] @@ -38,6 +38,9 @@ bigquery = [ databricks = [ "dbt-databricks~=1.6.0" ] +duckdb = [ + "dbt-duckdb~=1.6.0" +] postgres = [ "dbt-postgres~=1.6.0" ]