bump: version 1.97.0 → 1.97.1

This commit is contained in:
Yuneng Jiang 2026-09-01 14:59:42 -07:00
parent a526a366c9
commit 98ebea5835

View file

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