bump: version 1.43.3 → 1.43.4

This commit is contained in:
Ishaan Jaff 2024-08-08 17:38:13 -07:00 committed by Krrish Dholakia
parent 6f5b9a3970
commit b9699d1746

View file

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