This commit is contained in:
2025-03-11 20:07:12 +00:00
parent 2bb7e03871
commit 96ad418bc3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arbiter" name = "arbiter"
version = "0.1.0" version = "0.2.0"
description = "A multi-agent code review system that shows its work" description = "A multi-agent code review system that shows its work"
readme = "readme.md" readme = "readme.md"
requires-python = ">=3.12" requires-python = ">=3.12"

View File

@@ -1,3 +1,3 @@
"""Arbiter: A multi-agent code review system that shows its work.""" """Arbiter: A multi-agent code review system that shows its work."""
__version__ = "0.1.0" __version__ = "0.2.0"