diff --git a/pyproject.toml b/pyproject.toml index aed2150..198c297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta" [project] name = "SuperClaude" -version = "4.0.0b1" +version = "4.0.0" authors = [ {name = "NomenAK", email = "anton.knoery@gmail.com"}, - {name = "Mithun Gowda B"} + {name = "Mithun Gowda B", email = "mithungowda.b7411@gmail.com"} ] description = "SuperClaude Framework Management Hub - AI-enhanced development framework for Claude Code" readme = "README.md" @@ -134,4 +134,4 @@ exclude_lines = [ "if 0:", "if __name__ == .__main__.:" ] -show_missing = true \ No newline at end of file +show_missing = true