bump: version 1.81.5 → 1.81.6

This commit is contained in:
Ishaan Jaffer
2026-01-31 15:31:35 -08:00
parent 0bf471b071
commit 427d8f4377
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.81.5"
version = "1.81.6"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -174,7 +174,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.81.5"
version = "1.81.6"
version_files = [
"pyproject.toml:^version"
]