bump: version 1.75.6 → 1.75.7

This commit is contained in:
Ishaan Jaff
2025-08-14 21:13:21 -07:00
parent 48c89812c4
commit d29bc4255b
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.75.6"
version = "1.75.7"
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.6"
version = "1.75.7"
version_files = [
"pyproject.toml:^version"
]