From 3e25f7be6ac26efcfd96986820c3e603221394d6 Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Fri, 3 Jan 2025 13:35:13 -0800 Subject: [PATCH] bump version to 0.0.64rc1' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0f8cf5756..99788bf8fa 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-rc1", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",