diff --git a/pyproject.toml b/pyproject.toml index e1e90e5297..8a79327993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bbot" -version = "2.8.3" +version = "2.8.4" description = "OSINT automation for hackers." authors = [ "TheTechromancer", @@ -123,7 +123,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F403", "F405", "E501"] [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v2.8.3{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v2.8.4{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]