bump version + fix ci/cd test

This commit is contained in:
ishaan-jaff 2023-09-19 13:50:10 -07:00
parent a230d08795
commit 6c937e15a9
2 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,6 @@ jobs:
local_testing:
docker:
- image: circleci/python:3.8
parallelism: 4
working_directory: ~/project
steps:
@ -54,7 +53,7 @@ jobs:
- run:
name: Run tests
command: |
python -m pytest -vv --junitxml=test-results/junit.xml | circleci tests split --split-by=timings
python -m pytest -vv --junitxml=test-results/junit.xml
# Store test results
- store_test_results:

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "litellm"
version = "0.1.702"
version = "0.1.703"
description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"]
license = "MIT License"