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 6535708 commit 6206649Copy full SHA for 6206649
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.66.3"
+version = "1.67.0"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -118,7 +118,7 @@ requires = ["poetry-core", "wheel"]
118
build-backend = "poetry.core.masonry.api"
119
120
[tool.commitizen]
121
122
version_files = [
123
"pyproject.toml:^version"
124
]
0 commit comments