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=[