bump: version 0.11.0 → 0.11.1

This commit is contained in:
Krrish Dholakia 2023-10-19 18:45:34 -07:00
parent 76bf8c4be3
commit 72f55a4e6c

View file

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