bump: version 1.65.0 → 1.65.1
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 42s
Helm unit test / unit-test (push) Successful in 51s

This commit is contained in:
Krrish Dholakia 2025-03-29 00:39:18 -07:00
parent 2fcfabd66f
commit 2a0c7e7d20

View file

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