From 0443eda91279981474ee42e32f8592d7ff26db57 Mon Sep 17 00:00:00 2001 From: Viet-Anh Nguyen Date: Sat, 5 Oct 2024 06:39:32 +0700 Subject: [PATCH] Bump to 0.1.32 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 205e436..228f258 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.31" +version = "0.1.32" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ]