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