bump: version 1.17.17 → 1.17.18

This commit is contained in:
Krrish Dholakia
2024-01-17 15:57:04 -08:00
parent 7ed4d9b4d1
commit 6dc39e4ed1
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.17.17"
version = "1.17.18"
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.17"
version = "1.17.18"
version_files = [
"pyproject.toml:^version"
]