From 1bc7a04967cc565368f417c2688e116474aeb5a5 Mon Sep 17 00:00:00 2001 From: Qian Zhang Date: Sun, 14 Jun 2026 21:31:13 -0400 Subject: [PATCH] release: bump version to 0.1.3 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 61bdf2f..ddbf695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" [project] name = "powermcp" -version = "0.1.2" +version = "0.1.3" description = "MCP servers for power-system software (PowerWorld, OpenDSS, PSS/E, pandapower, PyPSA, and more)" readme = "README.md" license = { file = "LICENSE" }