bump: version 1.43.17 → 1.43.18

This commit is contained in:
Ishaan Jaff 2024-08-17 15:27:50 -07:00
parent b83fa87880
commit 2a18a65f9e

View file

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