From 32eac5f8a061bf0e98a669688938162bd8a4fa9c Mon Sep 17 00:00:00 2001 From: Viet-Anh Nguyen Date: Sun, 8 Dec 2024 11:51:23 +0700 Subject: [PATCH] Bump to v0.1.41 --- LlamaAssistant.spec | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LlamaAssistant.spec b/LlamaAssistant.spec index 61875f2..b25891a 100644 --- a/LlamaAssistant.spec +++ b/LlamaAssistant.spec @@ -32,7 +32,7 @@ a = Analysis( pathex=['llama_assistant'], binaries=[], datas=datas, - hiddenimports=["ffmpeg"], + hiddenimports=["ffmpeg", "PyQt5"], hookspath=[], runtime_hooks=[], excludes=[], diff --git a/pyproject.toml b/pyproject.toml index 7db0f79..114ef57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "llama-assistant" -version = "0.1.40" +version = "0.1.41" authors = [ {name = "Viet-Anh Nguyen", email = "vietanh.dev@gmail.com"}, ]