bump: version 0.7.2 → 0.7.3

This commit is contained in:
ishaan-jaff 2023-10-11 11:02:10 -07:00
parent 2945918414
commit 3415471390

View file

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