bump: version 1.39.0 → 1.39.1

This commit is contained in:
Ishaan Jaff 2024-05-28 22:35:00 -07:00
parent 1b53a1e98d
commit 7671a65f1b

View file

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