From 83577739e08d05c30c5733ca6bdf98e863fd6c8b Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Sat, 14 Mar 2026 17:25:58 -0700 Subject: [PATCH] chore: bump version to 0.6.2 - MCP admin tab: database-backed server management, hot-reload, reconcile, unified config view, paste-based import - Catch-up migration for builtin-admin permissions (017) - `[all]` optional dependency group (@Burhan-Q) --- pyproject.toml | 2 +- turnstone/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1e2aa5a7..598c6372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "0.6.1" +version = "0.6.2" 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 ab0b6ef5..fe177ded 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.6.1" +__version__ = "0.6.2"