build: version bump

This commit is contained in:
Krrish Dholakia 2024-10-03 21:42:49 -04:00
parent db55098a33
commit 04ae095860
2 changed files with 3 additions and 3 deletions

View file

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