bump: version 1.38.5 → 1.38.6

This commit is contained in:
Ishaan Jaff 2024-05-25 18:08:38 -07:00
parent 2aa7360649
commit 78e867855c

View file

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