bump: version 1.16.19 → 1.16.20

This commit is contained in:
Krrish Dholakia 2024-01-08 19:47:10 +05:30 committed by ishaan-jaff
parent 834d3362d9
commit f875aae3c9

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.16.19"
version = "1.16.20"
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.19"
version = "1.16.20"
version_files = [
"pyproject.toml:^version"
]