Skip to content

Commit 93b6243

Browse files
Merge pull request #2488 from blacklanternsecurity/bump-version
Bump version for dev->stable
2 parents 337be2a + 0eb7612 commit 93b6243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bbot"
3-
version = "2.4.2"
3+
version = "2.5.0"
44
description = "OSINT automation for hackers."
55
authors = [
66
"TheTechromancer",
@@ -109,7 +109,7 @@ lint.ignore = ["E402", "E711", "E713", "E721", "E741", "F403", "F405", "E501"]
109109
[tool.poetry-dynamic-versioning]
110110
enable = true
111111
metadata = false
112-
format-jinja = 'v2.4.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
112+
format-jinja = 'v2.5.0{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
113113

114114
[tool.poetry-dynamic-versioning.substitution]
115115
files = ["*/__init__.py"]

0 commit comments

Comments
 (0)