From 498f23c19e3b2c001aabc33f34596e2de30724bf Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Wed, 4 Mar 2026 00:21:28 -0800 Subject: [PATCH] Bump version to 0.3.5 --- pyproject.toml | 2 +- turnstone/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b46e785b..ea7b52d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "0.3.0" +version = "0.3.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 bfb3d0a7..7f0a107e 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.3.0" +__version__ = "0.3.5"