Skip to content

Commit

Permalink
Add valid pypi versioningit's version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
surister committed Jul 2, 2024
1 parent 9657411 commit d283e1d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cratedb_sqlparse_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit d283e1d

Please sign in to comment.