From 887ded441edbc0c31f8d38be9b1c99adf0887394 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:01:55 -0800 Subject: [PATCH] Toolkit Release 03-25-25 (#329) Minor version releases for Google and Search Toolkits. Related PRs: Google: https://github.com/ArcadeAI/arcade-ai/pull/321 Search: https://github.com/ArcadeAI/arcade-ai/pull/316 https://github.com/ArcadeAI/arcade-ai/pull/320 https://github.com/ArcadeAI/arcade-ai/pull/317 --- toolkits/google/pyproject.toml | 2 +- toolkits/search/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkits/google/pyproject.toml b/toolkits/google/pyproject.toml index f24e61b8..683f12fd 100644 --- a/toolkits/google/pyproject.toml +++ b/toolkits/google/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_google" -version = "1.0.0" +version = "1.1.0" description = "Arcade tools for the entire google suite" authors = ["Arcade "] diff --git a/toolkits/search/pyproject.toml b/toolkits/search/pyproject.toml index 0a33ab2a..62e3fd8c 100644 --- a/toolkits/search/pyproject.toml +++ b/toolkits/search/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arcade_search" -version = "1.3.0" +version = "1.4.0" description = "Tools for searching the web" authors = ["Arcade "]