bump: version 1.44.24 → 1.44.25

This commit is contained in:
Ishaan Jaff 2024-09-11 21:31:05 -07:00
parent 9d2b09099f
commit 70100d716b

View file

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