mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
fix: update package version and authors
Updated src/superclaude/__init__.py: - Version from 0.4.0 to 4.1.7 (match pyproject.toml) - Authors to NomenAK and Mithun Gowda B Fixes CI/CD version mismatch error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
32c0086d0f
commit
16caa49442
@ -5,8 +5,8 @@ AI-enhanced development framework for Claude Code.
|
||||
Provides pytest plugin for enhanced testing and optional skills system.
|
||||
"""
|
||||
|
||||
__version__ = "0.4.0"
|
||||
__author__ = "Kazuki Nakai"
|
||||
__version__ = "4.1.7"
|
||||
__author__ = "NomenAK, Mithun Gowda B"
|
||||
|
||||
# Expose main components
|
||||
from .pm_agent.confidence import ConfidenceChecker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user