build: bump version

This commit is contained in:
Krrish Dholakia 2024-10-08 22:10:06 -07:00
parent 9695c1af10
commit 945267a511
2 changed files with 8 additions and 8 deletions

View file

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