bump: version 1.87.0 → 1.87.1

This commit is contained in:
mateo-berri 2026-06-03 22:53:45 +00:00
parent e33a825e12
commit 5e0e841b46
No known key found for this signature in database

View file

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