bump: version 0.12.12 → 0.13.0

This commit is contained in:
Krrish Dholakia
2023-11-04 17:07:54 -07:00
parent c3916a7754
commit 802e875894
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.12.12"
version = "0.13.0"
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.12"
version = "0.13.0"
version_files = [
"pyproject.toml:^version"
]