Skip to content

Commit

Permalink
Merge pull request #701 from dbt-labs/metricflow-0.200.0.rc1
Browse files Browse the repository at this point in the history
Update versions for 0.200.0.rc1
  • Loading branch information
tlento authored Aug 2, 2023
2 parents 666677e + bdd28c6 commit 09b1126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 09b1126

Please sign in to comment.