We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b70b3 commit 0b030ecCopy full SHA for 0b030ec
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "consistent"
9
-version = "0.0.7"
+version = "0.0.9"
10
description = "Make sure AI model outputs are consistent"
11
readme = "README.md"
12
license = { file = "LICENSE" }
@@ -34,7 +34,7 @@ Homepage = "https://github.com/drorivry/consistent"
34
35
36
[tool.bumpver]
37
-current_version = "0.0.7"
+current_version = "0.0.9"
38
version_pattern = "MAJOR.MINOR.PATCH"
39
commit_message = "Bump version {old_version} -> {new_version}"
40
commit = true
0 commit comments