diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-11-14 17:54:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 17:54:32 +0000 |
commit | ea3c5e9d04467ad378c955d17ea343cbaa9f95bc (patch) | |
tree | c0bf5679ee6119c816413c0617b5b6bfa581ebee /pyproject.toml | |
parent | e45239b39de89bc3140f9264bddff55ff8c0eb16 (diff) | |
download | yoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.tar.gz yoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.tar.bz2 yoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.zip |
attempt to fix version bugs
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 11e3b5e..ad1a4f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.1.6" +version = "0.1.7" authors = [ { name="Christian Cleberg", email="hello@cleberg.net" }, ] |