bump: version 1.44.14 → 1.44.15

This commit is contained in:
Ishaan Jaff 2024-09-02 21:27:23 -07:00
parent 38bb8439b0
commit 7a22faaba4

View file

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