bump: version 1.41.17 → 1.41.18

This commit is contained in:
Ishaan Jaff 2024-07-11 19:13:21 -07:00
parent aec468c0e9
commit 1760ee5dba

View file

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