bump: version 1.100.0 -> 1.100.1

This commit is contained in:
mateo-berri 2026-09-07 16:05:47 -07:00
parent c2e18a4320
commit 8b0ae0285f

View file

@ -1,6 +1,6 @@
[project]
name = "litellm"
version = "1.100.0"
version = "1.100.1"
description = "Library to easily interface with LLM API providers"
readme = "README.md"
requires-python = ">=3.10, <3.15"
@ -311,7 +311,7 @@ members = ["enterprise", "litellm-proxy-extras"]
profile = "black"
[tool.commitizen]
version = "1.100.0"
version = "1.100.1"
version_files = [
"pyproject.toml:^version",
]