bump: version 1.20.0 → 1.20.1

This commit is contained in:
ishaan-jaff 2024-01-27 15:02:50 -08:00
parent e03d5d7d70
commit 28580306c0

View file

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