bump: version 1.35.30 → 1.35.31

This commit is contained in:
Ishaan Jaff 2024-04-27 19:08:26 -07:00
parent 692a5c6aa6
commit b1c92cecde

View file

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