From dbe023b4dd2882c8dcdc71c044d40dcc6860c049 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Wed, 29 Apr 2026 20:21:12 -0700 Subject: [PATCH] chore: bump version to 1.5.1 --- 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 dd46eb67..51ebca3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "1.5.0" +version = "1.5.1" 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 fc1e1154..f877d9fe 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.5.0" +__version__ = "1.5.1" diff --git a/uv.lock b/uv.lock index 1c34676d..ad5809cc 100644 --- a/uv.lock +++ b/uv.lock @@ -2533,7 +2533,7 @@ wheels = [ [[package]] name = "turnstone" -version = "1.5.0" +version = "1.5.1" source = { editable = "." } dependencies = [ { name = "alembic" },