bump: version 1.65.8 → 1.66.0

This commit is contained in:
Ishaan Jaff 2025-04-12 20:45:20 -07:00
parent 72c1f7e09a
commit 6d518637b0

View file

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