From 8a3b64d1be9cc38e469ed545984e91b69f63fe97 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sun, 27 Oct 2024 22:30:38 -0700 Subject: [PATCH] Bump version to 0.0.47 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f02f265cd..2428d9a3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.46 +llama-models>=0.0.47 prompt-toolkit python-dotenv pydantic>=2 diff --git a/setup.py b/setup.py index 8d3fbd773..0af986dc5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.46", + version="0.0.47", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",