From dd15671f7f1baa0ead5019266e0e656672e1a353 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 8 Aug 2024 13:40:03 -0700 Subject: [PATCH] Bump version to 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36822dbc0..3754e5a78 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.2", + version="0.0.3", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",