chore: bump version to 1.6.7

This commit is contained in:
Patrick Buckley
2026-06-16 04:13:57 -07:00
parent f5ab26b4dc
commit 093239d614
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "turnstone"
version = "1.6.6"
version = "1.6.7"
description = "Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation."
readme = "README.md"
license = "Apache-2.0"
+1 -1
View File
@@ -1,3 +1,3 @@
"""turnstone - Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation."""
__version__ = "1.6.6"
__version__ = "1.6.7"
Generated
+1 -1
View File
@@ -2437,7 +2437,7 @@ wheels = [
[[package]]
name = "turnstone"
version = "1.6.6"
version = "1.6.7"
source = { editable = "." }
dependencies = [
{ name = "alembic" },