bump: version 0.7.3 → 0.7.4

This commit is contained in:
ishaan-jaff 2023-10-11 12:34:37 -07:00
parent ae096bb18e
commit 03c96bbc5f

View File

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