bump: version 1.93.0 → 1.93.1

This commit is contained in:
Yuneng Jiang 2026-07-25 17:33:00 -07:00
parent 934557e605
commit cb0510f591
No known key found for this signature in database

View file

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