From 898cd5b352f12402f42f98c9b5a508cde0178906 Mon Sep 17 00:00:00 2001 From: dltn <6599399+dltn@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:24:45 -0700 Subject: [PATCH] Bump version to 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3754e5a78..ed4024c2d 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.3", + version="0.0.4", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",