fixed a pip install bug

This commit is contained in:
ishaan-jaff 2023-07-26 22:31:21 -07:00
parent 8c724e62cd
commit 36eaaa7d36
6 changed files with 2 additions and 3 deletions

View file

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