Compare commits

...

1 Commits

Author SHA1 Message Date
Patrick Buckley ee94ae8ba1 chore: bump version to 1.7.0 2026-07-05 06:37:56 -07:00
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.7.0rc1"
version = "1.7.0"
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.7.0rc1"
__version__ = "1.7.0"
Generated
+1 -1
View File
@@ -2447,7 +2447,7 @@ wheels = [
[[package]]
name = "turnstone"
version = "1.7.0rc1"
version = "1.7.0"
source = { editable = "." }
dependencies = [
{ name = "alembic" },