bump: version 1.17.16 → 1.17.17

This commit is contained in:
ishaan-jaff 2024-01-17 13:42:30 -08:00
parent cbb4484bce
commit 707c1e698c

View file

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