From 985ad8df895436a24815155b2fadb6ac707750a5 Mon Sep 17 00:00:00 2001 From: Vladimir Ivic Date: Thu, 2 Jan 2025 16:24:16 -0800 Subject: [PATCH] Stack 1 - Commit 1 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c0f8cf575..f282a02d0 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ def read_requirements(): return [line.strip() for line in content] +# Setup configuration setup( name="llama_stack", version="0.0.63",