From a118320085062e177aae122f10f03c461ba07b3b Mon Sep 17 00:00:00 2001 From: Eric Gustin Date: Mon, 6 Apr 2026 15:20:36 -0700 Subject: [PATCH] nother ump --- servers/arcade_engine_api/pyproject.toml | 2 +- servers/box_api/pyproject.toml | 2 +- servers/zoho_creator_api/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = [