From 57881c08c11d75e9bc52348d23526d79d1d181c4 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 19 Aug 2024 20:12:01 -0700 Subject: [PATCH] Bump version to 0.0.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3733fe040..45c4bcf32 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.7", + version="0.0.8", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",