bump: version 1.31.9 → 1.31.10

This commit is contained in:
ishaan-jaff 2024-03-13 21:25:56 -07:00
parent 4006d10b7b
commit 42a6670f94

View file

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