Skip to content

Commit

Permalink
Merge pull request #709 from dbt-labs/dbt-metricflow-0.1.0
Browse files Browse the repository at this point in the history
Update dbt-metricflow for release 0.1.0
  • Loading branch information
tlento authored Aug 3, 2023
2 parents 6ff60fc + 1e5c233 commit a917a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.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"
Expand All @@ -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]
Expand Down

0 comments on commit a917a6b

Please sign in to comment.