diff --git a/requirements.txt b/requirements.txt index f57f688b7..304467ddc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.62 -llama-stack-client>=0.0.62 +llama-models>=0.0.63 +llama-stack-client>=0.0.63 prompt-toolkit python-dotenv pydantic>=2 diff --git a/setup.py b/setup.py index e8e3de5b2..c0f8cf575 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.62", + version="0.0.63", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",