bump: version 1.92.0 → 1.92.1

This commit is contained in:
Yuneng Jiang 2026-07-18 17:00:57 -07:00
parent 8d29c79045
commit 2d324beaa6
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.92.0"
version = "1.92.1"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.14"
@ -279,7 +279,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.92.0"
version = "1.92.1"
version_files = [
"pyproject.toml:^version",
]