bump: version 1.78.0 → 1.78.1

This commit is contained in:
Krrish Dholakia 2025-10-13 14:26:47 -07:00
parent 3d7c55516e
commit 3e193a3542

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.78.0"
version = "1.78.1"
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.0"
version = "1.78.1"
version_files = [
"pyproject.toml:^version"
]