bump: version 1.81.10 → 1.81.11

This commit is contained in:
yuneng-jiang
2026-02-12 11:57:48 -08:00
parent 111593397a
commit 3f8a1cf2dc
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.81.10"
version = "1.81.11"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -175,7 +175,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.81.10"
version = "1.81.11"
version_files = [
"pyproject.toml:^version"
]