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:
mithun50 2025-11-12 18:04:34 +01:00
parent 32c0086d0f
commit 16caa49442

View File

@ -5,8 +5,8 @@ AI-enhanced development framework for Claude Code.
Provides pytest plugin for enhanced testing and optional skills system. Provides pytest plugin for enhanced testing and optional skills system.
""" """
__version__ = "0.4.0" __version__ = "4.1.7"
__author__ = "Kazuki Nakai" __author__ = "NomenAK, Mithun Gowda B"
# Expose main components # Expose main components
from .pm_agent.confidence import ConfidenceChecker from .pm_agent.confidence import ConfidenceChecker