Skip to content

Commit

Permalink
Add version
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Sep 27, 2024
1 parent 6cd4a15 commit a417f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-assistant"
version = "0.1.8"
authors = [
{name = "Viet-Anh Nguyen", email = "[email protected]"},
]
Expand All @@ -29,7 +30,7 @@ dependencies = [
"pynput",
"SpeechRecognition",
]
dynamic = ["version"]
dynamic = []

[project.urls]
Homepage = "https://github.com/vietanhdev/llama-assistant"
Expand Down

0 comments on commit a417f2e

Please sign in to comment.