Skip to content

Commit

Permalink
bumped version 1.1.1 --> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Oct 13, 2023
1 parent e4f2617 commit eb08f7e
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
Expand Up @@ -77,7 +77,7 @@ livereload = "^2.6.3"
env = [
"BBOT_TESTING = True",
"PYTHONASYNCIODEBUG = 1"
]
]

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
Expand All @@ -89,7 +89,7 @@ line-length = 119
[tool.poetry-dynamic-versioning]
enable = true
metadata = false
format-jinja = 'v1.1.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
format-jinja = 'v1.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'

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

0 comments on commit eb08f7e

Please sign in to comment.