Revert "bump: version 1.33.7 → 1.33.7.dev1"

This reverts commit 1b24beb7c7.
This commit is contained in:
Krrish Dholakia 2024-03-23 10:43:12 -07:00
parent f0bee037ad
commit 8bd626197a

View file

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