From d1decb9c21608d13b5aa50c080b748511e2c7189 Mon Sep 17 00:00:00 2001 From: William Deng <33618746+WilliamDee@users.noreply.github.com> Date: Mon, 28 Aug 2023 21:06:08 -0400 Subject: [PATCH] bump to 0.202.0.dev1 (#741) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f6c0f5f5f..1931d668fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.202.0.dev0" +version = "0.202.0.dev1" 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"