bump: version 1.26.6 → 1.26.7

This commit is contained in:
ishaan-jaff 2024-02-21 08:46:23 -08:00
parent de9336e1fc
commit 9f753ab194

View file

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