bump: version 1.40.25 → 1.40.26

This commit is contained in:
Ishaan Jaff 2024-06-24 21:15:36 -07:00
parent a9d1be71ff
commit 93dbdf6d92

View file

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