From 8413603b98d0d1c38e1c232d6224deae173a7cb2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 4 Nov 2024 07:48:46 +0530 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.51.4=20=E2=86=92=201.51.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb12b5c5e..92998dd28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.51.4" +version = "1.51.5" 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.51.4" +version = "1.51.5" version_files = [ "pyproject.toml:^version" ]