From 3636bfdf59740f3eb4d022e8a175ae7f2d1b4032 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Mar 2024 19:38:39 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.31.17=20=E2=86=92=201.31.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bd1de4691c..ea37f50997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ [tool.poetry] name = "litellm" +<<<<<<< HEAD version = "1.32.0" +======= +version = "1.31.18" +>>>>>>> eb7da088 (bump: version 1.31.17 → 1.31.18) description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT"