From a55645b10ceb1cc45b5dc5da448021292e14de69 Mon Sep 17 00:00:00 2001 From: deeleeramone <> Date: Mon, 4 May 2026 21:52:43 -0700 Subject: [PATCH 1/2] patch release --- pywry/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", From 12b340da48bf3ec767082fe5ec931ebbda07c7ab Mon Sep 17 00:00:00 2001 From: deeleeramone <> Date: Mon, 4 May 2026 23:53:26 -0700 Subject: [PATCH 2/2] missed file in commit --- claude/desktop-extension/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]