From 16635508bdab9180123f4e27ea21655cb156168a Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Thu, 12 Sep 2024 15:11:15 -0700 Subject: [PATCH] Bump version to 0.0.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c144a1720..1b0792a20 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.13", + version="0.0.14", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",