bump: version 1.89.1 → 1.89.2

This commit is contained in:
Yuneng Jiang 2026-06-17 19:02:32 -07:00
parent 0dc6951af6
commit 01d3593cbd
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.89.1"
version = "1.89.2"
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.89.1"
version = "1.89.2"
version_files = [
"pyproject.toml:^version",
]