From 53ab18d6bb742b97a899dcbbe728c7cb8bdc098d Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Sat, 14 Sep 2024 08:09:45 -0700 Subject: [PATCH] Bump version to 0.0.16 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5502db952..45ca7ed06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.15 +llama-models>=0.0.16 pydantic requests termcolor diff --git a/setup.py b/setup.py index 19913d1e7..7273bee51 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_toolchain", - version="0.0.15", + version="0.0.16", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama toolchain",