bump: version 1.17.9 → 1.17.10

This commit is contained in:
ishaan-jaff 2024-01-16 08:54:12 -08:00
parent a84c86562c
commit 38d778c9e0

View file

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