bump: version 1.48.16 → 1.48.17

This commit is contained in:
Krrish Dholakia 2024-10-05 21:27:22 -04:00
parent 04e5963b65
commit 29da2d49d6

View file

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