From 88c20f5fc09f0670a1ae448f931a1aac39cb821f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 25 Apr 2025 12:29:53 -0400 Subject: [PATCH] bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3aa4d9b383..071dc25ef5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "2.4.1" +version = "2.4.2" description = "OSINT automation for hackers." authors = [ "TheTechromancer", @@ -109,7 +109,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F403", "F405", "E501"] [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v2.4.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v2.4.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]