diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-11-07 18:35:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 18:35:29 +0000 |
commit | 02b055ed415e386454c30d0283c85346897a3834 (patch) | |
tree | 54980f8f5b933e75f9d46a98cbed5d77962a7c77 | |
parent | 45a19f18e9fc707ce7c5e289ef37ce3c598a7498 (diff) | |
download | yoshi-cli-02b055ed415e386454c30d0283c85346897a3834.tar.gz yoshi-cli-02b055ed415e386454c30d0283c85346897a3834.tar.bz2 yoshi-cli-02b055ed415e386454c30d0283c85346897a3834.zip |
update version now that it has defined dependencies
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index bb49136..21dfb15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.1.1" +version = "0.1.2" authors = [ { name="Christian Cleberg", email="hello@cleberg.net" }, ] |