bump: version 1.40.26 → 1.40.27

This commit is contained in:
Ishaan Jaff 2024-06-25 18:13:31 -07:00
parent f729e61239
commit 45c748475b

View file

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