bump: version 0.8.3 → 0.8.4

This commit is contained in:
Krrish Dholakia 2023-10-13 22:56:22 -07:00
parent 9513d6b862
commit b6a6bf65af

View file

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