bump: version 1.67.0 → 1.67.0.post1

This commit is contained in:
Krrish Dholakia 2025-04-21 10:38:29 -07:00
parent 2c9a1e15cd
commit 971214fadb

View file

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