bump: version 1.30.2 → 1.30.3

This commit is contained in:
Krrish Dholakia 2024-03-08 08:12:36 -08:00
parent 2f9a39f30c
commit f8f01e5224

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "1.30.2" version = "1.30.3"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT" license = "MIT"
@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"
[tool.commitizen] [tool.commitizen]
version = "1.30.2" version = "1.30.3"
version_files = [ version_files = [
"pyproject.toml:^version" "pyproject.toml:^version"
] ]