bump: version 0.6.4 → 0.6.5

This commit is contained in:
Krrish Dholakia 2023-10-09 20:44:15 -07:00
parent db20cb84d4
commit ed832a8111

View file

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