bump: version 1.39.5 → 1.39.6

This commit is contained in:
Ishaan Jaff 2024-05-31 18:47:22 -07:00
parent ffa16a2f6a
commit 8021400477

View file

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