Skip to content

Commit d283e1d

Browse files
committed
Add valid pypi versioningit's version scheme
1 parent 9657411 commit d283e1d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cratedb_sqlparse_py/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ requires = [
99
method = "git"
1010
default-tag = "0.0.0"
1111

12+
[tool.versioningit.next-version]
13+
method = "smallest"
14+
15+
[tool.versioningit.format]
16+
distance = "{next_version}"
17+
1218
[project]
1319
name = "cratedb-sqlparse"
1420
description = "Parsing utilities to validate and split SQL statements for CrateDB."

0 commit comments

Comments
 (0)