From 86a26333912b09a98fab1d9a81c0cd23e404f224 Mon Sep 17 00:00:00 2001 From: mithun50 Date: Thu, 13 Nov 2025 12:45:17 +0100 Subject: [PATCH] fix: update __version__ in __init__.py to 4.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed updating the version string in __init__.py in the previous commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/superclaude/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superclaude/__init__.py b/src/superclaude/__init__.py index a409053..4b4bfbe 100644 --- a/src/superclaude/__init__.py +++ b/src/superclaude/__init__.py @@ -5,7 +5,7 @@ AI-enhanced development framework for Claude Code. Provides pytest plugin for enhanced testing and optional skills system. """ -__version__ = "4.1.7" +__version__ = "4.1.8" __author__ = "NomenAK, Mithun Gowda B" # Expose main components