bump: version 1.40.2 → 1.40.3

This commit is contained in:
Krrish Dholakia 2024-06-05 09:33:30 -07:00
parent bdffb1f23d
commit f790d41e7f

View file

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