bump: version 0.3.2 → 0.4.0

This commit is contained in:
Krrish Dholakia 2023-10-06 16:46:09 -07:00
parent 52b0bcb5ec
commit 035c65ed4a

View file

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