Release arcade-ai 2.0.0 (#446)
This commit is contained in:
parent
093ac56040
commit
3149058aa1
2 changed files with 3 additions and 3 deletions
2
.github/workflows/promote.yml
vendored
2
.github/workflows/promote.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue