chore: bump version to 0.4.6

This commit is contained in:
Jacob Magar
2026-03-14 04:30:01 -04:00
parent f0a97edbf7
commit 14e9dca8bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "unraid",
"description": "Query and monitor Unraid servers via GraphQL API - array status, disk health, containers, VMs, system monitoring",
"version": "0.4.5",
"version": "0.4.6",
"author": {
"name": "jmagar",
"email": "jmagar@users.noreply.github.com"

View File

@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
# ============================================================================
[project]
name = "unraid-mcp"
version = "0.4.5"
version = "0.4.6"
description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API"
readme = "README.md"
license = {file = "LICENSE"}