bump: version 1.34.20 → 1.34.21

This commit is contained in:
Krrish Dholakia
2024-04-02 08:51:30 -07:00
parent 2fc7aede12
commit 4e03b35481
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.34.20"
version = "1.34.21"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -80,7 +80,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.34.20"
version = "1.34.21"
version_files = [
"pyproject.toml:^version"
]