From d1932b3d5d65a1f6d590cf7f3db2e45a15ea974d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 3 Jun 2025 09:28:59 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- src/mcp_feedback_enhanced/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 477bcd5..571e08e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.2.0 commit = False tag = False allow_dirty = True diff --git a/pyproject.toml b/pyproject.toml index 2a8d608..0fb823e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.1.1" +version = "2.2.0" description = "Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual UI support (Qt GUI and Web UI) with intelligent environment detection." readme = "README.md" requires-python = ">=3.11" diff --git a/src/mcp_feedback_enhanced/__init__.py b/src/mcp_feedback_enhanced/__init__.py index 86338a6..fdd37b5 100644 --- a/src/mcp_feedback_enhanced/__init__.py +++ b/src/mcp_feedback_enhanced/__init__.py @@ -18,7 +18,7 @@ MCP Interactive Feedback Enhanced - 重構的模組化架構 """ -__version__ = "2.1.1" +__version__ = "2.2.0" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"