aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-07 18:35:29 +0000
committerGitHub <noreply@github.com>2024-11-07 18:35:29 +0000
commit02b055ed415e386454c30d0283c85346897a3834 (patch)
tree54980f8f5b933e75f9d46a98cbed5d77962a7c77 /pyproject.toml
parent45a19f18e9fc707ce7c5e289ef37ce3c598a7498 (diff)
downloadyoshi-cli-02b055ed415e386454c30d0283c85346897a3834.tar.gz
yoshi-cli-02b055ed415e386454c30d0283c85346897a3834.tar.bz2
yoshi-cli-02b055ed415e386454c30d0283c85346897a3834.zip
update version now that it has defined dependencies
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 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" },
]