bump: version 1.20.2 → 1.20.3

This commit is contained in:
ishaan-jaff 2024-01-29 15:11:18 -08:00
parent a9e215b2cc
commit 21eb88b5d9

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.20.2"
version = "1.20.3"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -63,7 +63,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.20.2"
version = "1.20.3"
version_files = [
"pyproject.toml:^version"
]