bump: version 1.67.1 → 1.67.2

This commit is contained in:
Ishaan Jaff 2025-04-22 21:35:23 -07:00
parent 96e31d205c
commit 1e3a1cba23

View file

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