Skip to content

Commit

Permalink
Bump to v0.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Dec 8, 2024
1 parent b3561e6 commit 32eac5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LlamaAssistant.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ a = Analysis(
pathex=['llama_assistant'],
binaries=[],
datas=datas,
hiddenimports=["ffmpeg"],
hiddenimports=["ffmpeg", "PyQt5"],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"},
]
Expand Down

0 comments on commit 32eac5f

Please sign in to comment.