From 3df5a25f18f184f2b524233f40e1049220b59b51 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 6 Feb 2026 21:14:58 -0700 Subject: [PATCH] Bump version to 2026.02.06 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dea727..deab245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcbluetooth" -version = "2026.02.04" +version = "2026.02.06" description = "Comprehensive BlueZ MCP server - expose the full Linux Bluetooth stack to LLMs" readme = "README.md" requires-python = ">=3.11"