bump: version 1.16.20 → 1.16.21

This commit is contained in:
ishaan-jaff
2024-01-09 16:07:50 +05:30
parent 47f56f0d19
commit 34c50db5c8
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.16.20"
version = "1.16.21"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"
@@ -59,7 +59,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.16.20"
version = "1.16.21"
version_files = [
"pyproject.toml:^version"
]