Skip to content

Commit 6d3419a

Browse files
committed
Version bump and publish
1 parent f0bddb6 commit 6d3419a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "arxiv-mcp-server"
7-
version = "0.2.10"
7+
version = "0.2.11"
88
description = "A flexible arXiv search and analysis service with MCP protocol support"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/arxiv_mcp_server/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Settings(BaseSettings):
1212
"""Server configuration settings."""
1313

1414
APP_NAME: str = "arxiv-mcp-server"
15-
APP_VERSION: str = "0.2.10"
15+
APP_VERSION: str = "0.2.11"
1616
MAX_RESULTS: int = 50
1717
BATCH_SIZE: int = 20
1818
REQUEST_TIMEOUT: int = 60

0 commit comments

Comments
 (0)