fix pyproject

This commit is contained in:
Ishaan Jaffer 2025-11-26 11:47:13 -08:00
parent 6530749c89
commit 203df982e8

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-proxy-extras"
version = "0.4.6"
version = "0.4.7"
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
authors = ["BerriAI"]
readme = "README.md"
@ -22,7 +22,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.4.6"
version = "0.4.7"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-proxy-extras==",