From a9489b2e3e439b987bdc04ed31a1f9da6033c787 Mon Sep 17 00:00:00 2001 From: httpdss <39445+httpdss@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:15:08 +0000 Subject: [PATCH] chore: bump pyproject version to 3.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 327f6b1..9b5fb5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "structkit" -version = "3.1.0" +version = "3.2.0" description = "YAML-first project scaffolding tool with remote content fetching, AI/MCP integration, and DevOps automation" readme = "README.md" license = {text = "MIT"}