bump: version 0.6.5 → 0.6.6

This commit is contained in:
ishaan-jaff
2023-10-10 10:05:47 -07:00
parent b16cbb069a
commit 6d81bcc248
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.6.5"
version = "0.6.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.6.5"
version = "0.6.6"
version_files = [
"pyproject.toml:^version"
]