bump: version 1.88.4 → 1.88.5

This commit is contained in:
Yuneng Jiang 2026-06-23 19:06:03 -07:00
parent 609f0aef0a
commit d5933dc9af
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.88.4"
version = "1.88.5"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -264,7 +264,7 @@ source-exclude = [
profile = "black"
[tool.commitizen]
version = "1.88.4"
version = "1.88.5"
version_files = [
"pyproject.toml:^version",
]