From e99d3ee139321349d7b5ac5168366c842e0e69f5 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Wed, 8 Jul 2026 17:43:52 -0700 Subject: [PATCH] chore: bump version to 1.7.2 --- 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 9e0cc31b..5959ac7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "1.7.1" +version = "1.7.2" 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 efb58eb0..ff829156 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.1" +__version__ = "1.7.2" diff --git a/uv.lock b/uv.lock index a06627b4..4525f4d2 100644 --- a/uv.lock +++ b/uv.lock @@ -2475,7 +2475,7 @@ wheels = [ [[package]] name = "turnstone" -version = "1.7.1" +version = "1.7.2" source = { editable = "." } dependencies = [ { name = "alembic" },