From f812648aca81f3eb40d9abc9d024be7061f87ee6 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 24 Aug 2024 09:45:01 -0700 Subject: [PATCH] Bump version to 0.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 975c33c7e..942cb75b3 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.8", + version="0.0.9", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",