From 231d350cb1be116a7960e48c27c6ef78a4d274d1 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 14 Mar 2024 20:08:48 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.31.12=20=E2=86=92=201.31.13?= 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 acbbeb1dd..d97ff01f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.31.12" +version = "1.31.13" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -76,7 +76,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.31.12" +version = "1.31.13" version_files = [ "pyproject.toml:^version" ]