bump: version 0.4.0 → 0.5.0

This commit is contained in:
github-actions[bot] 2025-05-27 13:22:47 +00:00
parent 3d9d7b4208
commit 0153f89882
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
## v0.5.0 (2025-05-27)
### Feat
- add PyPI package download statistics and popularity analysis tools
## v0.4.0 (2025-05-27) ## v0.4.0 (2025-05-27)
### Feat ### Feat

View File

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "pypi-query-mcp-server" name = "pypi-query-mcp-server"
version = "0.4.0" version = "0.5.0"
description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility" description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility"
authors = ["Hal <hal.long@outlook.com>"] authors = ["Hal <hal.long@outlook.com>"]
readme = "README.md" readme = "README.md"