From 640aea9f6d418ed154c15b1411d135dce76584eb Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Nov 2024 15:14:44 -0400 Subject: [PATCH] bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f762e3312..c18973a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "2.1.1" +version = "2.1.2" description = "OSINT automation for hackers." authors = [ "TheTechromancer", @@ -100,7 +100,7 @@ extend-exclude = "(test_step_1/test_manager_*)" [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v2.1.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v2.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]