From 8c414feba268eaef1f8bcd474d8dd8cdab0fbce3 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Tue, 31 Mar 2026 17:45:34 -0700 Subject: [PATCH] chore: bump version to 0.9.9 --- pyproject.toml | 2 +- turnstone/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 871dbc5f..b626e5ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "0.9.8" +version = "0.9.9" 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 779a30db..9b395cb0 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.9.8" +__version__ = "0.9.9" diff --git a/uv.lock b/uv.lock index 25bdd89a..1c57dda2 100644 --- a/uv.lock +++ b/uv.lock @@ -2485,7 +2485,7 @@ wheels = [ [[package]] name = "turnstone" -version = "0.9.8" +version = "0.9.9" source = { editable = "." } dependencies = [ { name = "alembic" },