bump: version 1.41.0 → 1.41.1

This commit is contained in:
Krrish Dholakia 2024-06-29 11:36:15 -07:00
parent e73e9e12bc
commit 8d9352258f

View file

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