This commit is contained in:
Minidoracat 2025-05-31 06:00:27 +08:00
commit a35fec2a5b
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 2.0.6 current_version = 2.0.7
commit = False commit = False
tag = False tag = False
allow_dirty = True allow_dirty = True

View File

@ -1,6 +1,6 @@
[project] [project]
name = "mcp-feedback-enhanced" name = "mcp-feedback-enhanced"
version = "2.0.6" version = "2.0.7"
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." 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" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View File

@ -17,7 +17,7 @@ MCP Interactive Feedback Enhanced
- 現代化深色主題 - 現代化深色主題
""" """
__version__ = "2.0.6" __version__ = "2.0.7"
__author__ = "Minidoracat" __author__ = "Minidoracat"
__email__ = "minidora0702@gmail.com" __email__ = "minidora0702@gmail.com"

2
uv.lock generated
View File

@ -483,7 +483,7 @@ wheels = [
[[package]] [[package]]
name = "mcp-feedback-enhanced" name = "mcp-feedback-enhanced"
version = "2.0.5" version = "2.0.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "fastapi" }, { name = "fastapi" },