mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
fix: update __version__ in __init__.py to 4.1.8
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user