bump: version 1.53.0 → 1.53.1

This commit is contained in:
Krrish Dholakia 2024-11-27 12:53:32 +05:30
parent 562e7defe6
commit 07223bdedf

View file

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