summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-14 17:54:32 +0000
committerGitHub <noreply@github.com>2024-11-14 17:54:32 +0000
commitea3c5e9d04467ad378c955d17ea343cbaa9f95bc (patch)
treec0bf5679ee6119c816413c0617b5b6bfa581ebee
parente45239b39de89bc3140f9264bddff55ff8c0eb16 (diff)
downloadyoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.tar.gz
yoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.tar.bz2
yoshi-cli-ea3c5e9d04467ad378c955d17ea343cbaa9f95bc.zip
attempt to fix version bugs
-rw-r--r--pyproject.toml2
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" },
]