bump: version 1.80.5 → 1.80.6

This commit is contained in:
Ishaan Jaffer
2025-11-26 13:20:25 -08:00
parent 9aef28fe70
commit 5a60a8ab3b
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.80.5"
version = "1.80.6"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -160,7 +160,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.80.5"
version = "1.80.6"
version_files = [
"pyproject.toml:^version"
]