bump: version 1.17.3 → 1.17.4

This commit is contained in:
Krrish Dholakia
2024-01-12 22:52:30 +05:30
parent cd639a7f4b
commit 2fdeaa0599
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.17.3"
version = "1.17.4"
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.3"
version = "1.17.4"
version_files = [
"pyproject.toml:^version"
]