This commit is contained in:
ishaan-jaff 2023-08-05 09:31:47 -07:00
parent 9f43d535a3
commit f67da1a340
3 changed files with 6 additions and 1 deletions

View file

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

View file

@ -0,0 +1 @@
test 1

View file

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