bump: version 0.7.9 → 0.7.10

This commit is contained in:
ishaan-jaff 2023-10-12 21:32:52 -07:00
parent 8dc009255b
commit 3f0bbacac7

View file

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