diff --git a/pyproject.toml b/pyproject.toml index 42584a83..3cf8bb96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnstone" -version = "1.6.0a6" +version = "1.6.0a7" 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 ac7b6942..d10bcb16 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__ = "1.6.0a6" +__version__ = "1.6.0a7" diff --git a/uv.lock b/uv.lock index 0c7a423d..eeb44284 100644 --- a/uv.lock +++ b/uv.lock @@ -2737,7 +2737,7 @@ wheels = [ [[package]] name = "turnstone" -version = "1.6.0a6" +version = "1.6.0a7" source = { editable = "." } dependencies = [ { name = "alembic" },