From d0aa37e9c3bc6be64dd49e3b88d959eaf41ea9eb Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 26 Dec 2025 21:04:28 -0700 Subject: [PATCH] bump version to 0.2.1 for PyPI README update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24f941e..ed5a8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcvsphere" -version = "0.2.0" +version = "0.2.1" description = "Model Control for vSphere - AI-driven VMware virtual machine management via MCP" readme = "README.md" license = "MIT"