From 3149058aa19cb64e2b97a57206cae1cec24a8d3a Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Tue, 17 Jun 2025 12:57:44 -0700 Subject: [PATCH] Release arcade-ai 2.0.0 (#446) --- .github/workflows/promote.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 4b2c6928..a5c25db8 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -325,7 +325,7 @@ jobs: - name: Generate release notes id: generate_release_notes run: | - echo "# Release v${{ env.VERSION }}" > release_notes.md + echo "# Release ${{ env.VERSION }}" > release_notes.md echo "" >> release_notes.md echo "## Container Images" >> release_notes.md echo "" >> release_notes.md diff --git a/pyproject.toml b/pyproject.toml index 5327062a..df2e5a26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arcade-ai" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev - Tool Calling platform for Agents" readme = "README.md" license = {file = "LICENSE"} @@ -8,7 +8,7 @@ authors = [ {name = "Arcade", email = "dev@arcade.dev"}, ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",