From 684e68d1dae1e06e86471b7d999a55be42ca0953 Mon Sep 17 00:00:00 2001 From: Qian Zhang Date: Sun, 14 Jun 2026 14:26:41 -0400 Subject: [PATCH] release: bump version to 0.1.2 Co-Authored-By: Claude Opus 4.8 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 195018e..f9d0504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" [project] name = "powermcp" -version = "0.1.1" +version = "0.1.2" description = "MCP servers for power-system software (PowerWorld, OpenDSS, PSS/E, pandapower, PyPSA, and more)" readme = "README.md" license = { file = "LICENSE" }