diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-11-07 18:27:19 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-11-07 18:27:19 -0600 |
commit | 2aeccc9022ca7984af27a0dd372e89e573158a62 (patch) | |
tree | 40d3d3be91e845db200489c657e34f604cdc2734 /pyproject.toml | |
parent | 7199ea19bfd998f620331a9983284666eed1d935 (diff) | |
download | yoshi-cli-2aeccc9022ca7984af27a0dd372e89e573158a62.tar.gz yoshi-cli-2aeccc9022ca7984af27a0dd372e89e573158a62.tar.bz2 yoshi-cli-2aeccc9022ca7984af27a0dd372e89e573158a62.zip |
move wordlist to python list approach
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 01fb556..d3ad3e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.1.3" +version = "0.1.4" authors = [ { name="Christian Cleberg", email="hello@cleberg.net" }, ] |