chore: bump version to 0.9.9

This commit is contained in:
Patrick Buckley
2026-03-31 17:45:34 -07:00
parent d7cea053b6
commit 8c414feba2
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 = "0.9.8"
version = "0.9.9"
description = "Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation."
readme = "README.md"
license = "BUSL-1.1"
+1 -1
View File
@@ -1,3 +1,3 @@
"""turnstone - Multi-node AI orchestration platform with tool use, agent routing, and cluster simulation."""
__version__ = "0.9.8"
__version__ = "0.9.9"
Generated
+1 -1
View File
@@ -2485,7 +2485,7 @@ wheels = [
[[package]]
name = "turnstone"
version = "0.9.8"
version = "0.9.9"
source = { editable = "." }
dependencies = [
{ name = "alembic" },