Skip to content

Commit

Permalink
Merge pull request #732 from dbt-labs/dbt-metricflow-0.2.0
Browse files Browse the repository at this point in the history
Release PR for dbt-metricflow 0.2.0
  • Loading branch information
tlento authored Aug 18, 2023
2 parents 530b1bb + f5e169b commit 1c64a15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.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"
Expand All @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"dbt-core~=1.6.0",
"metricflow~=0.200.0"
"metricflow~=0.201.0"
]

[project.urls]
Expand All @@ -38,6 +38,9 @@ bigquery = [
databricks = [
"dbt-databricks~=1.6.0"
]
duckdb = [
"dbt-duckdb~=1.6.0"
]
postgres = [
"dbt-postgres~=1.6.0"
]
Expand Down

0 comments on commit 1c64a15

Please sign in to comment.