bump: version 1.37.18 → 1.37.19

This commit is contained in:
Ishaan Jaff 2024-05-20 18:44:12 -07:00
parent 7037b50f2e
commit b4c9fbdafb

View file

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