From 4c16c74ac474922fd0617ad28ed2272c64421488 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 19 Sep 2023 11:49:37 -0700 Subject: [PATCH] Bump dev version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46e660d97a..7972a134fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.202.0" +version = "0.202.0.dev4" 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"