workflow block testing

This commit is contained in:
ishaan-jaff 2023-08-05 10:33:39 -07:00
parent 417edc5b3d
commit 580918f360
2 changed files with 3 additions and 3 deletions

View file

@ -71,8 +71,8 @@ workflows:
- local_testing - local_testing
- publish_to_pypi: - publish_to_pypi:
# requires: requires:
# - local_testing - local_testing
filters: filters:
branches: branches:
only: only:

View file

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