diff --git a/pyproject.toml b/pyproject.toml index 996870bb..8563c0d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pr-agent" -version = "0.2.7" +version = "0.3.0" authors = [{ name = "QodoAI", email = "tal.r@qodo.ai" }] @@ -16,7 +16,7 @@ description = "QodoAI PR-Agent aims to help efficiently review and handle pull r readme = "README.md" requires-python = ">=3.12" keywords = ["AI", "Agents", "Pull Request", "Automation", "Code Review"] -license = "Apache-2.0" +license = "AGPL-3.0" classifiers = [ "Intended Audience :: Developers",