From c7ac90715dda3544c1883203a24b47f1b5cb5b00 Mon Sep 17 00:00:00 2001 From: Mother Seara Date: Tue, 21 Jul 2026 09:19:31 +0900 Subject: [PATCH] =?UTF-8?q?fix(version):=20bump=20=5F=5Finit=5F=5F=200.2.4?= =?UTF-8?q?=E2=86=920.2.5=20to=20match=20pyproject/CHANGELOG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #15 bumped pyproject.toml and CHANGELOG to 0.2.5 but missed the __version__ in __init__.py, leaving an internal version drift. mcp CI has no version-consistency test so it passed green; the cross-repo checker's CP3 caught it after #15 merged. Co-Authored-By: Claude Opus 4.8 --- mirror_stack_mcp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirror_stack_mcp/__init__.py b/mirror_stack_mcp/__init__.py index 951187d..4baca64 100644 --- a/mirror_stack_mcp/__init__.py +++ b/mirror_stack_mcp/__init__.py @@ -1,2 +1,2 @@ """🪞🔎🪪 Mirror Stack unified MCP server.""" -__version__ = "0.2.4" +__version__ = "0.2.5"