bump: version 1.16.9 → 1.16.10

This commit is contained in:
ishaan-jaff 2024-01-02 14:39:12 +05:30
parent 1efd1cb30f
commit eda6ab8cdc

View file

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