diff --git a/pyproject.toml b/pyproject.toml index 621a679..e2e2fd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" # ============================================================================ [project] name = "unraid-mcp" -version = "0.4.0" +version = "0.4.1" description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API" readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index 5c56254..1f9a2cc 100644 --- a/uv.lock +++ b/uv.lock @@ -1729,7 +1729,7 @@ wheels = [ [[package]] name = "unraid-mcp" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "fastapi" },