bump: version 0.6.3 → 0.6.4

This commit is contained in:
Krrish Dholakia
2023-10-09 16:46:33 -07:00
parent 253e8d27db
commit b9c582184b
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.6.3"
version = "0.6.4"
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.3"
version = "0.6.4"
version_files = [
"pyproject.toml:^version"
]