From 53447260147d4559f4cb55db3d4a398ea48625d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 May 2025 11:06:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ecd6b..c49ddc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 (2025-05-27) + +### Feat + +- add advanced dependency resolution and package download tools + ## v0.3.0 (2025-05-27) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 677da64..0db7a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pypi-query-mcp-server" -version = "0.3.0" +version = "0.4.0" description = "A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility" authors = ["Hal "] readme = "README.md"