From a6e17404649107dc029ca93c9c842750a69e8707 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 8 Jan 2025 17:13:58 -0800 Subject: [PATCH] test 0.0.64 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0f8cf575..4d0b0f23a 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.63", + version="0.0.64", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",