bump: version 0.13.4 → 0.13.5

This commit is contained in:
Krrish Dholakia 2023-11-06 12:21:43 -08:00
parent 6e7e409615
commit 356025cd90

View file

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