bump: version 1.69.0 → 1.69.1

This commit is contained in:
Krrish Dholakia
2025-05-11 00:24:00 -07:00
parent ec89f7d622
commit b7fc72628c
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.69.0"
version = "1.69.1"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -131,7 +131,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.69.0"
version = "1.69.1"
version_files = [
"pyproject.toml:^version"
]