From 2a22786b90baa30146fdf1cf02e11792775a831b Mon Sep 17 00:00:00 2001 From: Devon Fulcher Date: Wed, 27 Sep 2023 10:17:03 -0500 Subject: [PATCH] 0.203.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03642ac697..e6461b5d1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.203.0.dev0" +version = "0.203.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"