diff --git a/pyproject.toml b/pyproject.toml index 0e2979b..d5ab75d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "codeql-wrapper" -version = "0.3.0.dev2" +version = "0.1.13" 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"