bump: version 1.50.0 → 1.50.1

This commit is contained in:
Ishaan Jaff 2024-10-21 16:01:48 +05:30
parent d1f457d17a
commit fb523b79e9

View file

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