Bump versions (#607)

forgot to push this comment before merging #606
This commit is contained in:
Eric Gustin 2025-10-07 12:55:04 -07:00 committed by GitHub
parent 805ad2d888
commit 0cf1a8bd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "arcade-mcp-server"
version = "1.0.1"
version = "1.1.0"
description = "Model Context Protocol (MCP) server framework for Arcade.dev"
readme = "README.md"
authors = [{ name = "Arcade.dev" }]

View file

@ -1,6 +1,6 @@
[project]
name = "arcade-mcp"
version = "1.0.1"
version = "1.0.2"
description = "Arcade.dev - Tool Calling platform for Agents"
readme = "README.md"
license = {file = "LICENSE"}
@ -21,7 +21,7 @@ requires-python = ">=3.10"
dependencies = [
# CLI dependencies
"arcade-mcp-server>=1.0.1,<2.0.0",
"arcade-mcp-server>=1.1.0,<2.0.0",
"arcade-core>=3.0.0,<4.0.0",
"typer==0.10.0",
"rich==13.9.4",
@ -42,7 +42,7 @@ all = [
"pytz>=2024.1",
"python-dateutil>=2.8.2",
# mcp
"arcade-mcp-server>=1.0.1,<2.0.0",
"arcade-mcp-server>=1.1.0,<2.0.0",
# serve
"arcade-serve>=3.0.0,<4.0.0",
# tdk