From bfb0e92034e5f344d98473d340a52ee2f021ef05 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 4 Oct 2024 09:33:43 -0700 Subject: [PATCH] Bump version to 0.0.40 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a4e77bef6..cf63c05f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.39 +llama-models>=0.0.40 prompt-toolkit python-dotenv pydantic>=2 diff --git a/setup.py b/setup.py index 06508150c..ae1f58015 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.39", + version="0.0.40", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",