bump: version 1.48.10 → 1.48.11

This commit is contained in:
Ishaan Jaff 2024-10-03 23:32:08 +05:30
parent 4e88fd65e1
commit 130842537f

View file

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