From 27a905114a0a6b60a186c5d0703cc5285008fdc4 Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Mon, 16 Jun 2025 19:13:53 +0000 Subject: [PATCH] v0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f759f35..57ff48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arbiter" -version = "0.4.0" +version = "0.5.0" description = "A multi-agent code review system that shows its work" readme = "readme.md" requires-python = ">=3.12"