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:
parent
c8bfa4b2d1
commit
63c26975c4
|
|
@ -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+"
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue