Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions claude/desktop-extension/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
]
4 changes: 2 additions & 2 deletions pywry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down Expand Up @@ -54,7 +54,7 @@ test = [
"testcontainers>=4.14.0",
]
lint = [
"ruff>=0.13",
"ruff>=0.15",
]
typecheck = [
"ty>=0.0.1a8",
Expand Down
Loading