bump: version 1.65.5 → 1.65.6
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 24s

This commit is contained in:
Krrish Dholakia 2025-04-09 22:32:50 -07:00
parent 0dbd663877
commit cd878bdd71

View file

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