bump: version 1.14.1 → 1.14.2

This commit is contained in:
ishaan-jaff 2023-12-14 16:21:20 +05:30
parent 9a35f347ab
commit b731d3fb6a

View file

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