bump: version 1.69.3 → 1.70.0

This commit is contained in:
Ishaan Jaff
2025-05-16 18:38:10 -07:00
parent 148814658e
commit 8a7fdf3dd5
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "1.69.3"
version = "1.70.0"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT"
@@ -136,7 +136,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "1.69.3"
version = "1.70.0"
version_files = [
"pyproject.toml:^version"
]