bump: version 1.65.1 → 1.65.2

This commit is contained in:
Krrish Dholakia 2025-04-01 19:38:51 -07:00
parent 09214574b0
commit 9f78ddbaec

View file

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