bump: version 1.39.4 → 1.39.5

This commit is contained in:
Ishaan Jaff 2024-05-30 20:57:47 -07:00
parent e241b87d37
commit 473ae19c2a

View file

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