bump: version 0.12.5 → 0.12.6

This commit is contained in:
Krrish Dholakia 2023-10-27 16:00:34 -07:00
parent afe14c8a96
commit e54f5d801e

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.12.5"
version = "0.12.6"
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.5"
version = "0.12.6"
version_files = [
"pyproject.toml:^version"
]