From e35772ca917b5a062ee972998d04db04b5e8b86b Mon Sep 17 00:00:00 2001 From: Iftach Yakar Date: Mon, 23 Mar 2026 00:00:00 +0200 Subject: [PATCH] Bump version to 0.1.3 Co-Authored-By: Claude Haiku 4.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d90d083..c61419d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "stim-mcp-server" -version = "0.1.2" +version = "0.1.3" description = "MCP server exposing Google's Stim quantum stabilizer circuit library as LLM tools" readme = "README.md" requires-python = ">=3.10"