From cd154b4597d55319c9aa468bc6f7b6547b980cb7 Mon Sep 17 00:00:00 2001 From: Devon Fulcher Date: Fri, 6 Oct 2023 17:36:21 -0500 Subject: [PATCH] Bump to 0.203.0.dev2 (#799) bump to 0.203.0.dev2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 989a131af7..12bcfebe89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.203.0.dev1" +version = "0.203.0.dev2" 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"