Bump version to 0.2.0 after major enhancements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude4Ξlope 2025-06-28 12:05:55 +02:00
parent c8bfa4b2d1
commit 63c26975c4
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ the Free Software Foundation, either version 3 of the License, or
from .proxy import MCPBrowser from .proxy import MCPBrowser
__version__ = "0.1.0" __version__ = "0.2.0"
__author__ = "Claude4Ξlope" __author__ = "Claude4Ξlope"
__email__ = "xilope@esus.name" __email__ = "xilope@esus.name"
__license__ = "GPLv3+" __license__ = "GPLv3+"

View File

@ -165,7 +165,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup( setup(
name="mcp-browser", name="mcp-browser",
version="0.1.0", version="0.2.0",
description="A generic MCP browser with context optimization for AI systems", description="A generic MCP browser with context optimization for AI systems",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",