From f67da1a34001213f8e4599efa5bfe501dff0ecbc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 5 Aug 2023 09:31:47 -0700 Subject: [PATCH] v2 --- .circleci/config.yml | 4 ++++ litellm/tests.txt | 1 + setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 302147324..a19b7b81f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,10 @@ jobs: steps: - checkout + - run: + name: Checkout code + command: git checkout $CIRCLE_SHA1 + # Check if setup.py is modified and publish to PyPI - run: name: PyPI publish diff --git a/litellm/tests.txt b/litellm/tests.txt index e69de29bb..4f67a836c 100644 --- a/litellm/tests.txt +++ b/litellm/tests.txt @@ -0,0 +1 @@ +test 1 \ No newline at end of file diff --git a/setup.py b/setup.py index 4633c6a60..c6390efcd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='litellm', - version='0.1.235', + version='0.1.236', description='Library to easily interface with LLM API providers', author='BerriAI', packages=[