From 3b6e500b5d8c91a789d3ea8c2d95134dab9e39ac Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Thu, 6 Jul 2023 01:31:20 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 502e7a032..920fc8365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ line-length = 119 [tool.poetry-dynamic-versioning] enable = true metadata = false -format-jinja = 'v1.0.5.{{ distance }}{% if branch == "dev" %}rc{% endif %}' +format-jinja = 'v1.1.0.{{ distance }}{% if branch == "dev" %}rc{% endif %}' [tool.poetry-dynamic-versioning.substitution] files = ["*/__init__.py"]