Version bump and publish

This commit is contained in:
blazickjp
2025-06-05 18:45:30 -07:00
parent f0bddb6b66
commit 6d3419a3ea
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "arxiv-mcp-server"
version = "0.2.10"
version = "0.2.11"
description = "A flexible arXiv search and analysis service with MCP protocol support"
readme = "README.md"
requires-python = ">=3.11"

View File

@@ -12,7 +12,7 @@ class Settings(BaseSettings):
"""Server configuration settings."""
APP_NAME: str = "arxiv-mcp-server"
APP_VERSION: str = "0.2.10"
APP_VERSION: str = "0.2.11"
MAX_RESULTS: int = 50
BATCH_SIZE: int = 20
REQUEST_TIMEOUT: int = 60