bump: version 1.58.3 → 1.58.4

This commit is contained in:
Ishaan Jaff
2025-01-17 08:29:13 -08:00
parent 2d5f8ea2c6
commit 7cfda2fb76
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.58.3"
version = "1.58.4"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -96,7 +96,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.58.3"
version = "1.58.4"
version_files = [
"pyproject.toml:^version"
]