bump: version 0.1.29 → 0.1.30

This commit is contained in:
yuneng-jiang
2026-02-05 20:44:43 -08:00
parent ec5dc0be51
commit 828b13279e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm-enterprise"
version = "0.1.29"
version = "0.1.30"
description = "Package for LiteLLM Enterprise features"
authors = ["BerriAI"]
readme = "README.md"
@@ -22,7 +22,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.commitizen]
version = "0.1.29"
version = "0.1.30"
version_files = [
"pyproject.toml:version",
"../requirements.txt:litellm-enterprise==",
+1 -1
View File
@@ -73,4 +73,4 @@ pypdf>=6.6.2 # for PDF text extraction in RAG ingestion
########################
# LITELLM ENTERPRISE DEPENDENCIES
########################
litellm-enterprise==0.1.29
litellm-enterprise==0.1.30