bump: version 1.28.8 → 1.28.9

This commit is contained in:
ishaan-jaff
2024-03-02 12:08:34 -08:00
parent 38201ac7e3
commit e60ae9388e
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.28.8"
version = "1.28.9"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.28.8"
version = "1.28.9"
version_files = [
"pyproject.toml:^version"
]