diff --git a/servers/arcade_engine_api/pyproject.toml b/servers/arcade_engine_api/pyproject.toml index 6a4f4bd1..7f8ad21b 100644 --- a/servers/arcade_engine_api/pyproject.toml +++ b/servers/arcade_engine_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_arcade_engine_api" -version = "0.2.1" +version = "0.3.0" description = "Tools that enable LLMs to interact directly with the engine API." requires-python = ">=3.10" dependencies = [ diff --git a/servers/box_api/pyproject.toml b/servers/box_api/pyproject.toml index 7f5183af..8a578504 100644 --- a/servers/box_api/pyproject.toml +++ b/servers/box_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_box_api" -version = "0.1.1" +version = "0.2.0" description = "Tools that enable LLMs to interact directly with the box API." requires-python = ">=3.10" dependencies = [ diff --git a/servers/zoho_creator_api/pyproject.toml b/servers/zoho_creator_api/pyproject.toml index 297b3d9f..e7717b2d 100644 --- a/servers/zoho_creator_api/pyproject.toml +++ b/servers/zoho_creator_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_zoho_creator_api" -version = "0.1.1" +version = "0.2.0" description = "Tools that enable LLMs to interact directly with the Zoho Creator API." requires-python = ">=3.10" dependencies = [