bump: version 1.7.6 → 1.7.7

This commit is contained in:
ishaan-jaff 2023-11-27 10:14:03 -08:00
parent a4754f9098
commit 18ca445bc2

View file

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