bump: version 1.7.16 → 1.7.17

This commit is contained in:
Krrish Dholakia 2023-11-29 16:34:55 -08:00
parent ab76daa90b
commit 52c9159a54

View file

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