From a8b9541f194ef5ac3ad590d3adbd2c786f2c8544 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 27 Aug 2024 04:19:27 -0700 Subject: [PATCH] Bump version to 0.0.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 942cb75b3..3d7ee74c7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.9", + version="0.0.10", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",