bump: version 1.38.6 → 1.38.7

This commit is contained in:
Ishaan Jaff 2024-05-25 18:08:41 -07:00
parent 78e867855c
commit 1a63f4c8c6

View file

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