From ff81f48af33b082802977976fc73a28069790c38 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 16 Apr 2025 22:20:10 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.66.2=20=E2=86=92=201.66.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/proxy/_experimental/out/onboarding.html | 1 - pyproject.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 litellm/proxy/_experimental/out/onboarding.html diff --git a/litellm/proxy/_experimental/out/onboarding.html b/litellm/proxy/_experimental/out/onboarding.html deleted file mode 100644 index 5ef924ccb3..0000000000 --- a/litellm/proxy/_experimental/out/onboarding.html +++ /dev/null @@ -1 +0,0 @@ -LiteLLM Dashboard \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b5dea9c6fb..6c13a86c5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.66.2" +version = "1.66.3" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -118,7 +118,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.66.2" +version = "1.66.3" version_files = [ "pyproject.toml:^version" ]