bump: version 1.46.6 → 1.46.7

This commit is contained in:
Krrish Dholakia 2024-09-19 14:48:12 -07:00
parent 0bdb17eca8
commit 5d67c5436b

View file

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