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 273bfb4 commit cc957a1Copy full SHA for cc957a1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.81.12"
+version = "1.81.13"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -182,7 +182,7 @@ requires = ["poetry-core", "wheel"]
182
build-backend = "poetry.core.masonry.api"
183
184
[tool.commitizen]
185
186
version_files = [
187
"pyproject.toml:^version"
188
]
0 commit comments