From e08e385c097d9a156cb478fdd784ea0b92cfd754 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 24 Oct 2024 14:56:30 -0400 Subject: [PATCH] bump versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9181d2290..f762e3312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "2.1.0" +version = "2.1.1" 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.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v2.1.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]