bump: version 1.63.15 → 1.64.0
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 17s
Helm unit test / unit-test (push) Successful in 22s

This commit is contained in:
Krrish Dholakia 2025-03-24 09:11:14 -07:00
parent 72f15f6ff0
commit b33c56cf10

View file

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