bump: version 1.41.12 → 1.41.13

This commit is contained in:
Ishaan Jaff 2024-07-08 16:19:33 -07:00
parent 4af1d032a8
commit f6a0d6f33d

View file

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