Skip to content

Commit

Permalink
increment version for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Nov 4, 2023
1 parent 35d6d03 commit 5bfb82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ line-length = 119
[tool.poetry-dynamic-versioning]
enable = true
metadata = false
format-jinja = 'v1.1.2{% if branch == "dev" %}.{{ distance }}rc{% endif %}'
format-jinja = 'v1.1.2.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}'

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

0 comments on commit 5bfb82a

Please sign in to comment.