bump: version 1.85.0 → 1.85.1

This commit is contained in:
Yuneng Jiang 2026-05-20 19:02:50 -07:00
parent 75c72c51e2
commit f506a32c0e
No known key found for this signature in database

View file

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