bump: version 1.33.6 → 1.33.7

This commit is contained in:
Ishaan Jaff 2024-03-22 22:16:14 -07:00
parent 3639b93d9f
commit 68fd487c2e

View file

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