Skip to content

Commit 16caa49

Browse files
mithun50claude
andcommitted
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 <[email protected]>
1 parent 32c0086 commit 16caa49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/superclaude/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Provides pytest plugin for enhanced testing and optional skills system.
66
"""
77

8-
__version__ = "0.4.0"
9-
__author__ = "Kazuki Nakai"
8+
__version__ = "4.1.7"
9+
__author__ = "NomenAK, Mithun Gowda B"
1010

1111
# Expose main components
1212
from .pm_agent.confidence import ConfidenceChecker

0 commit comments

Comments
 (0)