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:
mithun50
2025-11-13 12:45:17 +01:00
parent 61591211ae
commit 86a2633391

View File

@@ -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