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