wip
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "arbiter"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
description = "A multi-agent code review system that shows its work"
|
||||
readme = "readme.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Arbiter: A multi-agent code review system that shows its work."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user