From bd597a5a7e480678a43547734b198eb35af749eb Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 3 Jul 2026 17:30:38 -0600 Subject: [PATCH] Bump version to 2026.07.03 (native macOS support) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e1537d..b06fc8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcltspice" -version = "2026.03.05.1" +version = "2026.07.03" description = "MCP server for LTspice circuit simulation automation" readme = "README.md" requires-python = ">=3.11"