bump: version 1.78.4 → 1.78.5

This commit is contained in:
Ishaan Jaffer
2025-10-18 13:31:39 -07:00
parent f35a286f64
commit c9875bfd52
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.78.4"
version = "1.78.5"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -157,7 +157,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.78.4"
version = "1.78.5"
version_files = [
"pyproject.toml:^version"
]