bump: version 1.43.11 → 1.43.12

This commit is contained in:
Ishaan Jaff 2024-08-14 10:42:08 -07:00
parent f0ea00d4ab
commit 066ed20eb0

View file

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