diff --git a/pyproject.toml b/pyproject.toml index 2c4bd2680..acc37b04d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ livereload = "^2.6.3" env = [ "BBOT_TESTING = True", "PYTHONASYNCIODEBUG = 1" -] +] [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"] @@ -90,7 +90,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"]