From 5ca8b23e22139a4f49bd0d4c1d5a2d4a70b49166 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Fri, 8 Sep 2023 21:37:38 -0700 Subject: [PATCH] bump version --- litellm/tests/test_embedding.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_embedding.py b/litellm/tests/test_embedding.py index 705828a73e..82f0c08ff3 100644 --- a/litellm/tests/test_embedding.py +++ b/litellm/tests/test_embedding.py @@ -24,4 +24,4 @@ def test_openai_embedding(): pytest.fail(f"Error occurred: {e}") -test_openai_embedding() +# test_openai_embedding() diff --git a/pyproject.toml b/pyproject.toml index a544f2dbcc..affedd2dab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.570" +version = "0.1.574" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"