Skip to content

Commit

Permalink
Merge pull request #1064 from dbt-labs/dbt-metricflow-0.6.0
Browse files Browse the repository at this point in the history
Update dbt-metricflow version to 0.6.0
  • Loading branch information
tlento authored Mar 1, 2024
2 parents 419953e + a8ef35c commit 7b43829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt-metricflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dbt-metricflow"
version = "0.5.0"
version = "0.6.0"
description = "Execute commands against the MetricFlow semantic layer with dbt."
readme = "README.md"
requires-python = ">=3.8,<3.12"
Expand All @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"dbt-core>=1.7.4, <1.8.0",
"metricflow>=0.204.0, <0.205.0"
"metricflow>=0.205.0, <0.206.0"
]

[project.urls]
Expand Down

0 comments on commit 7b43829

Please sign in to comment.