bump: version 1.15.5 → 1.15.6

This commit is contained in:
Krrish Dholakia 2023-12-22 12:24:20 +05:30
parent f1270a7c78
commit 1e526c7e06
2 changed files with 2 additions and 3 deletions

View file

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