From 2935a7d79ac3f38b740e536c383f115be5fdced3 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 6 Jul 2024 17:03:20 -0700 Subject: [PATCH] fix cz bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 759aebfad..105440aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.41.8" +version = "1.41.11" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT"