🔖 Release v2.0.3

This commit is contained in:
GitHub Action 2025-05-30 20:22:49 +00:00
parent 3c176c24d7
commit 86e55b89f6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = "mcp-feedback-enhanced"
version = "2.0.2"
version = "2.0.3"
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"

View File

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