From 64a144bbc8ff5e0e07bb74f7ba2e55b16bb4e485 Mon Sep 17 00:00:00 2001 From: Mithun Gowda B Date: Tue, 14 Oct 2025 08:48:33 +0530 Subject: [PATCH] Update pyproject.toml (#426) Changed the version Signed-off-by: Mithun Gowda B --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f9f7db..f626452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "superclaude" -version = "4.1.5" +version = "4.1.6" authors = [ {name = "NomenAK", email = "anton.knoery@gmail.com"}, {name = "Mithun Gowda B", email = "mithungowda.b7411@gmail.com"}