diff --git a/pyproject.toml b/pyproject.toml index 111d16b767..04196f6ad4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.200.0.dev15" +version = "0.200.0.rc1" description = "Translates a simple metric definition into reusable SQL and executes it against the SQL engine of your choice." readme = "README.md" requires-python = ">=3.8,<3.12" @@ -29,7 +29,7 @@ dependencies = [ "MarkupSafe==2.0.1", "PyYAML~=6.0", "click>=7.1.2, <8.1.4", - "dbt-core~=1.6.0rc2", + "dbt-core~=1.6.0", "dbt-semantic-interfaces~=0.2.0", "graphviz==0.18.2", "halo~=0.0.31",