From 6c4c93549e5a2e892c739eb0bd61844dd5deed7f Mon Sep 17 00:00:00 2001 From: Xiangyi Li Date: Sat, 25 Apr 2026 03:56:11 -0700 Subject: [PATCH] chore: bump main to 0.3.3.dev0 post-v0.3.2 release Convention: pyproject.toml version on main always reflects the next release. Tag is the canonical version marker for shipped releases. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62f8f46..ffe3c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "benchflow" -version = "0.3.2" +version = "0.3.3.dev0" description = "Multi-turn agent benchmarking with ACP — run any agent, any model, any provider." readme = "README.md" requires-python = ">=3.12"