From bba366973b43074306c8578b5f0681ac24c9cfd7 Mon Sep 17 00:00:00 2001 From: tlento Date: Wed, 2 Aug 2023 22:52:24 -0600 Subject: [PATCH] Update MetricFlow version to 0.200.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9403158fe6..b0d6c44c1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.200.0.rc1" +version = "0.200.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"