bump: version 1.42.0 → 1.42.1

This commit is contained in:
Ishaan Jaff 2024-07-24 21:25:31 -07:00 committed by Krrish Dholakia
parent 910597fcfa
commit bb44d69152

View file

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