bump: version 1.35.17 → 1.35.18

This commit is contained in:
Ishaan Jaff 2024-04-20 19:32:52 -07:00
parent ced29f6b76
commit cb3c98abe4

View file

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