bump: version 1.52.14 → 1.52.15

This commit is contained in:
Krrish Dholakia 2024-11-23 23:43:30 +05:30
parent 19a7932329
commit 50314a66ca

View file

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