bump: version 1.22.2 → 1.22.3

This commit is contained in:
Krrish Dholakia 2024-02-03 22:23:43 -08:00
parent 640572647a
commit d1f9165af1

View file

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