bump: version 0.10.1 → 0.10.2

This commit is contained in:
Krrish Dholakia
2023-10-18 21:46:03 -07:00
parent 01ba459682
commit 00ac43c19a
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.10.1"
version = "0.10.2"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"
@@ -26,7 +26,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.10.1"
version = "0.10.2"
version_files = [
"pyproject.toml:^version"
]