From 2c5c73f7caa3027d022f1fe95b6bc85507ec9c45 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 6 Dec 2024 08:36:00 -0800 Subject: [PATCH] Bump version to 0.0.58 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8698495b1..fa7b70fd9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.57 -llama-stack-client>=0.0.57 +llama-models>=0.0.58 +llama-stack-client>=0.0.58 prompt-toolkit python-dotenv pydantic>=2 diff --git a/setup.py b/setup.py index 3d68021dd..ff6770b81 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.57", + version="0.0.58", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",