bump: version 1.18.0 → 1.18.1

This commit is contained in:
Krrish Dholakia
2024-01-18 07:49:20 -08:00
parent 71034099c9
commit 76af479dea
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.18.0"
version = "1.18.1"
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.18.0"
version = "1.18.1"
version_files = [
"pyproject.toml:^version"
]