From 11992c562f218d37dc36a51abb9b0361f411e075 Mon Sep 17 00:00:00 2001 From: afernand Date: Mon, 20 Nov 2023 09:27:33 +0100 Subject: [PATCH] Bump version 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cab4e206..21805e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "review-bot" -version = "0.2.dev0" +version = "0.2.0" description = "A Python library to automatically generate suggestions and improvements for patches in GitHub PRs by leveraging the power of OpenAI." readme = "README.rst" requires-python = ">=3.8,<4"