diff --git a/pyproject.toml b/pyproject.toml index accc45e9..de3cd026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "0.8.4" +version = "0.8.5" description = "Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation." readme = "README.md" license = "BUSL-1.1" diff --git a/turnstone/__init__.py b/turnstone/__init__.py index 11ac9d8c..a5c3eb82 100644 --- a/turnstone/__init__.py +++ b/turnstone/__init__.py @@ -1,3 +1,3 @@ """turnstone - Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation.""" -__version__ = "0.8.4" +__version__ = "0.8.5" diff --git a/uv.lock b/uv.lock index 622a5aaf..2655f1cb 100644 --- a/uv.lock +++ b/uv.lock @@ -2322,7 +2322,7 @@ wheels = [ [[package]] name = "turnstone" -version = "0.8.4" +version = "0.8.5" source = { editable = "." } dependencies = [ { name = "alembic" },