bump: version 1.74.15 → 1.75.0

This commit is contained in:
Ishaan Jaff 2025-08-04 17:23:55 -07:00
parent ba1882fdd5
commit d948b47dba

View File

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