bump: version 1.77.5 → 1.77.6

This commit is contained in:
Krrish Dholakia 2025-09-28 09:27:08 -07:00
parent c328b4a036
commit 208cd5fcb5

View File

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