From 0e9207a89591888d8c75957e684a061524c57e95 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Tue, 1 Jul 2025 08:07:32 -0700 Subject: [PATCH] Bump arcade-ai PyPI Package (#462) v2.0.1 was missed last week. Going straight to 2.0.2 to match the container version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df2e5a26..f4c92fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-ai" -version = "2.0.0" +version = "2.0.2" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = {file = "LICENSE"}