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 9199078 commit 61d7704Copy full SHA for 61d7704
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "litellm"
3
-version = "1.70.0"
+version = "1.70.1"
4
description = "Library to easily interface with LLM API providers"
5
authors = ["BerriAI"]
6
license = "MIT"
@@ -136,7 +136,7 @@ requires = ["poetry-core", "wheel"]
136
build-backend = "poetry.core.masonry.api"
137
138
[tool.commitizen]
139
140
version_files = [
141
"pyproject.toml:^version"
142
]
0 commit comments