From bbadd00ac0d9bf61287e57126d3b149e94f3f015 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sun, 28 Jun 2026 04:12:06 -0700 Subject: [PATCH] chore: bump version to 1.7.0a5 --- 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 37186e20..fb443183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "1.7.0a4" +version = "1.7.0a5" description = "Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation." readme = "README.md" license = "Apache-2.0" diff --git a/turnstone/__init__.py b/turnstone/__init__.py index a67eb5e9..91cf236f 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__ = "1.7.0a4" +__version__ = "1.7.0a5" diff --git a/uv.lock b/uv.lock index 9f9a8321..01ef8b04 100644 --- a/uv.lock +++ b/uv.lock @@ -2464,7 +2464,7 @@ wheels = [ [[package]] name = "turnstone" -version = "1.7.0a4" +version = "1.7.0a5" source = { editable = "." } dependencies = [ { name = "alembic" },