bump: version 1.63.8 → 1.63.9
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 44s
Helm unit test / unit-test (push) Successful in 47s

This commit is contained in:
Ishaan Jaff 2025-03-13 21:47:19 -07:00
parent 259bfc600e
commit fcbed43f0c

View file

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