bump: version 1.72.0 → 1.72.1

This commit is contained in:
Krrish Dholakia
2025-06-02 23:44:22 -07:00
parent ccc085faee
commit 3f87b8611b
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.72.0"
version = "1.72.1"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -138,7 +138,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.72.0"
version = "1.72.1"
version_files = [
"pyproject.toml:^version"
]