diff --git a/pyproject.toml b/pyproject.toml index 2fc7da8..0ad9999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "codeql-wrapper" -version = "0.1.1" +version = "0.1.2" description = "A universal Python CLI wrapper for running CodeQL analysis on any type of project (monorepo or single repository) across different CI/CD platforms including Jenkins, GitHub Actions, Harness, and any environment where Python scripts can be executed." authors = ["Mateus Perdigão Domiciano ", "Fernando Matsuo Santos "] license = "MIT"