bump: version 1.75.10 → 1.76.0

This commit is contained in:
Ishaan Jaff 2025-08-22 07:20:46 -07:00
parent dcad39c00f
commit 3035315ce6

View File

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