From 6c69e09c6afa7f6776a8fe26bbe9a80406b959c3 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 4 Sep 2024 23:10:38 -0700 Subject: [PATCH] Bump version to 0.0.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f909be9bf..c144a1720 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.12", + version="0.0.13", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",