bump: version 1.35.11 → 1.35.12

This commit is contained in:
Ishaan Jaff 2024-04-17 20:44:30 -07:00
parent 3e8e0beb25
commit 20012b73ba

View file

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