From 7edf7401c7b2aa758159e1b8628e4229a763d4ff Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Sat, 27 Sep 2025 20:53:13 -0600 Subject: [PATCH] Bump version to 2025.09.27.3 for PyPI release with smart port conflict detection --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b034465..ec3be23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcp-arduino" -version = "2025.09.27.2" # Date-based versioning as per your preference +version = "2025.09.27.3" # Smart port conflict detection + 70+ tools authors = [ { name="Ryan Malloy", email="ryan@supported.systems" }, ]