From 6f67a5d3de44e4ce54bfb2302083e76552289b14 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Mon, 3 Jun 2024 15:57:25 -0700 Subject: [PATCH] Update package version to `0.206.0.dev3` (#1239) ### Description As per title. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22c11f3fdf..5baa9d9ae2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "metricflow" -version = "0.206.0.dev2" +version = "0.206.0.dev3" 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.13"