From 3dca37457bff09e88b3944695d74555c87043bad Mon Sep 17 00:00:00 2001 From: sureshcsdp Date: Thu, 2 Apr 2026 22:01:17 +0100 Subject: [PATCH] Chore: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc30baf..bceb208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cleancloud" -version = "1.11.0" +version = "1.12.0" description = "Read-only cloud hygiene for AWS, Azure, and GCP. Multi-account org scanning, CI/CD enforcement, and deterministic cost modeling. No agents, no telemetry." readme = "README.md" requires-python = ">=3.10"