diff --git a/pyproject.toml b/pyproject.toml index eaa110d2e..278ac25b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "2.1.2" +version = "2.2.0" description = "OSINT automation for hackers." authors = [ "TheTechromancer", @@ -101,7 +101,7 @@ extend-exclude = "(test_step_1/test_manager_*)" [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v2.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v2.2.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]