From 24793000b76423d501f5b1374ae90720bc79bf0a Mon Sep 17 00:00:00 2001 From: surister Date: Tue, 2 Jul 2024 13:36:20 +0200 Subject: [PATCH] Add valid pypi versioningit's version scheme --- cratedb_sqlparse_py/pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index 98a347c..795782c 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -9,6 +9,12 @@ requires = [ method = "git" default-tag = "0.0.0" +[tool.versioningit.next-version] +method = "smallest" + +[tool.versioningit.format] +distance = "{next_version}" + [project] name = "cratedb-sqlparse" description = "Parsing utilities to validate and split SQL statements for CrateDB."