From 645227ed4d804a29b675109390da42f5c1a81967 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Tue, 23 Jan 2024 10:41:56 -0800 Subject: [PATCH] Bump dev version (#990) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3e9de6a9a..51669a3459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.204.1.dev0" +version = "0.204.1.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"