We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9657411 commit d283e1dCopy full SHA for d283e1d
1 file changed
cratedb_sqlparse_py/pyproject.toml
@@ -9,6 +9,12 @@ requires = [
9
method = "git"
10
default-tag = "0.0.0"
11
12
+[tool.versioningit.next-version]
13
+method = "smallest"
14
+
15
+[tool.versioningit.format]
16
+distance = "{next_version}"
17
18
[project]
19
name = "cratedb-sqlparse"
20
description = "Parsing utilities to validate and split SQL statements for CrateDB."
0 commit comments