diff --git a/claude/desktop-extension/pyproject.toml b/claude/desktop-extension/pyproject.toml index 02356a4..2ccaf0b 100644 --- a/claude/desktop-extension/pyproject.toml +++ b/claude/desktop-extension/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "pywry-desktop-extension" -version = "0.1.0" +version = "0.1.1" description = "PyWry MCP Bundle (.mcpb) for Claude Desktop. Wraps pywry[mcp] so the uv runtime resolves dependencies automatically." requires-python = ">=3.10" dependencies = [ - "pywry[mcp]>=2.0.0", + "pywry[mcp]>=2.0.1", ] diff --git a/pywry/pyproject.toml b/pywry/pyproject.toml index 023cbda..d091de4 100644 --- a/pywry/pyproject.toml +++ b/pywry/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pywry" -version = "2.0.0" +version = "2.0.1" description = "A lightweight and blazingly fast, cross-platform, WebView rendering engine and desktop UI toolkit for Python. Batteries included." authors = [{ name = "PyWry", email = "pywry2@gmail.com" }] license = { text = "Apache 2.0" } @@ -54,7 +54,7 @@ test = [ "testcontainers>=4.14.0", ] lint = [ - "ruff>=0.13", + "ruff>=0.15", ] typecheck = [ "ty>=0.0.1a8",