From 6eac5c4f0a7b0a4223d6bbfdf9538a3f4415f964 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 16 Mar 2024 19:39:38 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.32.0=20=E2=86=92=201.32.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea37f50997a0..328b2b9cef73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,6 @@ [tool.poetry] name = "litellm" -<<<<<<< HEAD -version = "1.32.0" -======= -version = "1.31.18" ->>>>>>> eb7da088 (bump: version 1.31.17 → 1.31.18) +version = "1.32.1" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -80,7 +76,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.32.0" +version = "1.32.1" version_files = [ "pyproject.toml:^version" ]