bump: version 1.44.8 → 1.44.9

This commit is contained in:
Ishaan Jaff 2024-08-28 16:35:35 -07:00
parent f5a8f71080
commit 25d8cb69a7

View file

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