bump: version 1.81.0 → 1.81.1

This commit is contained in:
yuneng-jiang
2026-01-20 17:58:10 -08:00
parent d5305c6a61
commit 9df4bd2bbb
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.81.0"
version = "1.81.1"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -171,7 +171,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.81.0"
version = "1.81.1"
version_files = [
"pyproject.toml:^version"
]