From 791a3877d970d0e8df67de9051fdb506cc7fedc3 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 15 Nov 2023 20:46:48 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.3.dev1=20=E2=86=92=201.0.?= =?UTF-8?q?3?= 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 565f64cf01..cd722329eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.0.3.dev1" +version = "1.0.3" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License" @@ -27,7 +27,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.0.3.dev1" +version = "1.0.3" version_files = [ "pyproject.toml:^version" ]