bump: version 1.40.30 → 1.40.31

This commit is contained in:
Krrish Dholakia 2024-06-27 22:00:45 -07:00
parent 8b1bd749ff
commit 0b07dd5004

View file

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