diff --git a/mcp_browser/__init__.py b/mcp_browser/__init__.py index 33b214b..63ff511 100644 --- a/mcp_browser/__init__.py +++ b/mcp_browser/__init__.py @@ -14,7 +14,7 @@ the Free Software Foundation, either version 3 of the License, or from .proxy import MCPBrowser -__version__ = "0.1.0" +__version__ = "0.2.0" __author__ = "Claude4Ξlope" __email__ = "xilope@esus.name" __license__ = "GPLv3+" diff --git a/setup.py b/setup.py index e90958f..e872f71 100644 --- a/setup.py +++ b/setup.py @@ -165,7 +165,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="mcp-browser", - version="0.1.0", + version="0.2.0", description="A generic MCP browser with context optimization for AI systems", long_description=long_description, long_description_content_type="text/markdown",