From 4e7a7a7715026fb3f63707895ec5665b7c633838 Mon Sep 17 00:00:00 2001 From: Will Deng Date: Tue, 27 Jun 2023 16:39:47 -0400 Subject: [PATCH] bump to dev8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7acbd4dc7c..0b38d6a439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.200.0.dev7" +version = "0.200.0.dev8" 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.10"