From 41306bb36f724ef185c66e5e5c220e9d270e581d Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 4 Feb 2026 07:36:57 -0700 Subject: [PATCH] Bump version to 2026.02.04 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7404e57..f3811d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcbluetooth" -version = "2026.02.02" +version = "2026.02.04" description = "Comprehensive BlueZ MCP server - expose the full Linux Bluetooth stack to LLMs" readme = "README.md" requires-python = ">=3.11"