From 6adc339d176d93e9f93c0968344bc645fc1314bd Mon Sep 17 00:00:00 2001 From: tlento Date: Mon, 13 Nov 2023 17:08:35 -0800 Subject: [PATCH] Update MetricFlow version to 0.203.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7ef6da145..6b8ec6aae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.203.0.dev8" +version = "0.203.0" 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"