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