bump: version 1.40.14 → 1.40.15

This commit is contained in:
Krrish Dholakia 2024-06-16 01:09:26 -07:00
parent 877b37c6de
commit 3a35a58859

View file

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