aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-04 22:49:59 -0500
committerGitHub <noreply@github.com>2025-04-04 22:49:59 -0500
commit1fc982100a13de26bfca3419d1a6c5a65acad3d2 (patch)
tree6b731e081a1ad9ef1c405193a068b908b433ec6e /pyproject.toml
parent735fe41a6909e29b33eb4081da07dc12a459470f (diff)
parentbede29cf76f593276ef0edbe4850a148e9bb9836 (diff)
downloadyoshi-cli-1fc982100a13de26bfca3419d1a6c5a65acad3d2.tar.gz
yoshi-cli-1fc982100a13de26bfca3419d1a6c5a65acad3d2.tar.bz2
yoshi-cli-1fc982100a13de26bfca3419d1a6c5a65acad3d2.zip
Merge pull request #3 from ccleberg/ccleberg-patch-1
bump version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b6c0313..44967cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yoshi-cli"
-version = "0.2.0"
+version = "0.2.1"
authors = [
{ name="Christian Cleberg", email="hello@cleberg.net" },
]