bump: version 0.12.11 → 0.12.12

This commit is contained in:
ishaan-jaff 2023-11-03 10:04:14 -07:00
parent 539bdae364
commit e09b4cb01a

View file

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