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
- publish_to_pypi:
# requires:
# - local_testing
requires:
- local_testing
filters:
branches:
only:

View file

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