From 9b5ae1a32276d5a2a88fdb71840eca0b80a1d402 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sat, 21 Jun 2025 12:52:45 +0300 Subject: [PATCH] chore: bump version to 0.3.0 and update license to AGPL-3.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",