bump: version 0.7.7 → 0.7.8

This commit is contained in:
ishaan-jaff 2023-10-11 22:11:31 -07:00
parent 60e9433476
commit f949f89071

View File

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