bump: version 0.5.1 → 0.5.2

This commit is contained in:
ishaan-jaff 2023-10-07 11:12:34 -07:00
parent a326a0ade1
commit 121fdaa8d2

View File

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