bump: version 1.40.7 → 1.40.8

This commit is contained in:
Ishaan Jaff 2024-06-08 20:49:18 -07:00
parent 39bbc5d8ac
commit 205ade22e5

View file

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