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 c7d0af0 commit 24d51e4Copy full SHA for 24d51e4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.30.7"
+version = "1.31.0"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -75,7 +75,7 @@ requires = ["poetry-core", "wheel"]
75
build-backend = "poetry.core.masonry.api"
76
77
[tool.commitizen]
78
79
version_files = [
80
"pyproject.toml:^version"
81
]
0 commit comments