Skip to content

Commit

Permalink
Merge pull request #1108 from blacklanternsecurity/bump-version-1.1.7
Browse files Browse the repository at this point in the history
bump version to 1.1.7
  • Loading branch information
liquidsec authored Feb 21, 2024
2 parents 6d4151c + 1043714 commit f7d6d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bbot"
version = "1.0.3"
version = "1.0.0"
description = "OSINT automation for hackers."
authors = [
"TheTechromancer",
Expand Down Expand Up @@ -91,7 +91,7 @@ extend-exclude = "(test_step_1/test_manager_*)"
[tool.poetry-dynamic-versioning]
enable = true
metadata = false
format-jinja = 'v1.1.6{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
format-jinja = 'v1.1.7{% if branch == "dev" %}.{{ distance }}rc{% endif %}'

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

0 comments on commit f7d6d7b

Please sign in to comment.