diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000..c70ce6bbb2 Binary files /dev/null and b/.DS_Store differ diff --git a/dist/litellm-0.1.1-py3-none-any.whl b/dist/litellm-0.1.1-py3-none-any.whl new file mode 100644 index 0000000000..43a15ee407 Binary files /dev/null and b/dist/litellm-0.1.1-py3-none-any.whl differ diff --git a/dist/litellm-0.1.1.tar.gz b/dist/litellm-0.1.1.tar.gz new file mode 100644 index 0000000000..26e4c3b2c2 Binary files /dev/null and b/dist/litellm-0.1.1.tar.gz differ diff --git a/litellm.egg-info/PKG-INFO b/litellm.egg-info/PKG-INFO index 96f770a0ce..cf19261b28 100644 --- a/litellm.egg-info/PKG-INFO +++ b/litellm.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: litellm -Version: 0.1.0 +Version: 0.1.1 Summary: Library to easily interface with LLM API providers Home-page: UNKNOWN Author: Ishaan Jaffer diff --git a/litellm.egg-info/requires.txt b/litellm.egg-info/requires.txt index 156122d043..a61c01b50f 100644 --- a/litellm.egg-info/requires.txt +++ b/litellm.egg-info/requires.txt @@ -1,3 +1,2 @@ openai cohere -os diff --git a/setup.py b/setup.py index c05bc82a63..e291615aab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='litellm', - version='0.1.00', + version='0.1.01', description='Library to easily interface with LLM API providers', author='Ishaan Jaffer', packages=[