From f7cee2889aac5e0dc5905d43bf1c279af8322ea4 Mon Sep 17 00:00:00 2001 From: TheTechromancer <20261699+TheTechromancer@users.noreply.github.com> Date: Sat, 4 Nov 2023 08:03:57 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81a6ea8cd..d13015ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ line-length = 119 [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v1.1.2.1{% if branch == "dev" %}.{{ distance }}rc{% endif %}' +format-jinja = 'v1.1.3{% if branch == "dev" %}.{{ distance }}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]