summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-14 17:28:06 +0000
committerGitHub <noreply@github.com>2024-11-14 17:28:06 +0000
commitc1fe8f37009983c1cd82b4b581c81c59ab2078b8 (patch)
treea44fb2e04ff19c0b5de4962fd403f632540d32f2
parentcff4519b59468f58cc6dbb36e7e3c89d616c2dd4 (diff)
downloadyoshi-cli-c1fe8f37009983c1cd82b4b581c81c59ab2078b8.tar.gz
yoshi-cli-c1fe8f37009983c1cd82b4b581c81c59ab2078b8.tar.bz2
yoshi-cli-c1fe8f37009983c1cd82b4b581c81c59ab2078b8.zip
upgrade version for trusted publishing
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d3ad3e4..9737ae7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yoshi-cli"
-version = "0.1.4"
+version = "0.1.5"
authors = [
{ name="Christian Cleberg", email="hello@cleberg.net" },
]