diff --git a/pyproject.toml b/pyproject.toml index b5942cb6..ccf02902 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.0.dev3" +version = "0.0.dev4" 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.7"