bump: version 1.16.12 → 1.16.13

This commit is contained in:
ishaan-jaff 2024-01-03 12:10:22 +05:30
parent 2bea0c742e
commit 8772d87947

View file

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