bump: version 1.16.14 → 1.16.15

This commit is contained in:
ishaan-jaff
2024-01-06 16:33:51 +05:30
parent edac4130bb
commit 0f7c37355a
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.16.14"
version = "1.16.15"
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.14"
version = "1.16.15"
version_files = [
"pyproject.toml:^version"
]