From b46165c148550adb486d3c96d227528143733675 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Mon, 24 Jun 2024 01:55:08 -0300 Subject: [PATCH] Fixes Versioning --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52a2045..0d73afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,8 +27,10 @@ setuptools = "^70.1.0" [tool.poetry-dynamic-versioning] enable = true +strict = true vcs = "git" -format = "v2.2+{distance}.{commit}" +bump = "auto" +format = "v{base}" [build-system]