bump: version 1.41.15 → 1.41.16

This commit is contained in:
Ishaan Jaff 2024-07-10 18:34:30 -07:00
parent f49837df19
commit b2f4cd9b56

View file

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