bump: version 0.13.8 → 0.13.9

This commit is contained in:
Krrish Dholakia
2023-11-08 19:24:56 -08:00
parent 7c5fd5824b
commit 182ca83912
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.13.8"
version = "0.13.9"
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.8"
version = "0.13.9"
version_files = [
"pyproject.toml:^version"
]