bump: version 0.12.7 → 0.12.8

This commit is contained in:
Krrish Dholakia
2023-11-01 16:39:50 -07:00
parent 2c4cb76ce5
commit aaa2a0dfb5
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.12.7"
version = "0.12.8"
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.12.7"
version = "0.12.8"
version_files = [
"pyproject.toml:^version"
]