bump: version 1.32.8 → 1.32.9

This commit is contained in:
Ishaan Jaff 2024-03-20 17:05:00 -07:00
parent 7654400a10
commit 285084e4be

View file

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