bump: version 0.5.5 → 0.5.6

This commit is contained in:
Krrish Dholakia 2023-10-07 15:54:57 -07:00
parent f6a48946b9
commit 815893c7d9

View file

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