bump: version 0.7.8 → 0.7.9

This commit is contained in:
ishaan-jaff 2023-10-11 22:32:59 -07:00
parent 67168bf802
commit 7a1a65dcdb

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.7.8"
version = "0.7.9"
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.8"
version = "0.7.9"
version_files = [
"pyproject.toml:^version"
]