From fc7ad0c245f89f5c17fefd767c2987111b98ed00 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 6 Sep 2023 18:14:58 -0700 Subject: [PATCH] bump v --- litellm/tests/test_completion_cost.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_completion_cost.py b/litellm/tests/test_completion_cost.py index c90a1df2b..f77b6e8ef 100644 --- a/litellm/tests/test_completion_cost.py +++ b/litellm/tests/test_completion_cost.py @@ -64,5 +64,5 @@ def test_completion_replicate_llama_2(): except Exception as e: pytest.fail(f"Error occurred: {e}") - +# v1 # test_completion_replicate_llama_2() \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 07eff98bc..5eaa4ff51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.548" +version = "0.1.549" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"