bump: version 1.63.5 → 1.63.6
All checks were successful
Read Version from pyproject.toml / read-version (push) Successful in 16s

This commit is contained in:
Ishaan Jaff 2025-03-10 21:08:03 -07:00
parent 3ee6a3eaee
commit 6a4bb31bd8

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.63.5"
version = "1.63.6"
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.5"
version = "1.63.6"
version_files = [
"pyproject.toml:^version"
]