bump: version 1.18.11 → 1.18.12

This commit is contained in:
ishaan-jaff 2024-01-23 19:33:44 -08:00
parent dee025b7a3
commit 889767c5aa

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.18.11"
version = "1.18.12"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@ -63,7 +63,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.18.11"
version = "1.18.12"
version_files = [
"pyproject.toml:^version"
]