bump: version 0.8.0 → 0.8.1

This commit is contained in:
Krrish Dholakia
2023-10-13 15:33:24 -07:00
parent b403bac500
commit ca911aa1a7
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.8.0"
version = "0.8.1"
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.0"
version = "0.8.1"
version_files = [
"pyproject.toml:^version"
]