bump: version 1.1.0 → 1.1.1

This commit is contained in:
ishaan-jaff 2023-11-18 19:08:29 -08:00
parent 33422112d0
commit 936bd1e17d

View file

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