From 29b0a78c63490d245679b616b84b544c7099e008 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 30 May 2025 19:52:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v2.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 4 ++-- pyproject.toml | 2 +- src/mcp_feedback_enhanced/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8e5b6f8..16c8219 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.0.1 commit = False tag = False allow_dirty = True @@ -12,4 +12,4 @@ replace = version = "{new_version}" [bumpversion:file:src/mcp_feedback_enhanced/__init__.py] search = __version__ = "{current_version}" -replace = __version__ = "{new_version}" \ No newline at end of file +replace = __version__ = "{new_version}" diff --git a/pyproject.toml b/pyproject.toml index 068e1cc..2c34d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcp-feedback-enhanced" -version = "2.0.0" +version = "2.0.1" 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 52f2bfd..169cf49 100644 --- a/src/mcp_feedback_enhanced/__init__.py +++ b/src/mcp_feedback_enhanced/__init__.py @@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced - 現代化深色主題 """ -__version__ = "2.0.0" +__version__ = "2.0.1" __author__ = "Minidoracat" __email__ = "minidora0702@gmail.com"