From c51e815ffb0734a7c909de523355cc5ffd6d09d9 Mon Sep 17 00:00:00 2001 From: "Viet-Anh NGUYEN (Andrew)" Date: Sun, 6 Oct 2024 23:59:00 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0e6ebb..7dc4ab9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ ![Stars](https://img.shields.io/github/stars/vietanhdev/llama-assistant.svg) ![Forks](https://img.shields.io/github/forks/vietanhdev/llama-assistant.svg) ![Issues](https://img.shields.io/github/issues/vietanhdev/llama-assistant.svg) +[![Downloads](https://static.pepy.tech/badge/llama-assistant)](https://pepy.tech/project/llama-assistant) +[![Downloads](https://static.pepy.tech/badge/llama-assistant/month)](https://pepy.tech/project/llama-assistant) Llama Assistant - Local AI Assistant That Respects Your Privacy! 🔒 | Product Hunt diff --git a/pyproject.toml b/pyproject.toml index 5493ea3..7dc78eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.35" +version = "0.1.37" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ]