From 8af0fdae51887112c98336d7c8fb40d72860c7de Mon Sep 17 00:00:00 2001 From: tlento Date: Thu, 17 Aug 2023 19:39:44 -0700 Subject: [PATCH] Update MetricFlow version to 0.201.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5141f9a30..0ea69f998f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.200.0" +version = "0.201.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"