bump: version 1.77.0 → 1.77.1

This commit is contained in:
Krrish Dholakia 2025-09-09 19:58:21 -07:00
parent 22aef4e7b2
commit ba6819dc18

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.77.0"
version = "1.77.1"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -156,7 +156,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.77.0"
version = "1.77.1"
version_files = [
"pyproject.toml:^version"
]