aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-14 17:38:10 +0000
committerGitHub <noreply@github.com>2024-11-14 17:38:10 +0000
commit13cbccc00dde9abf6ec69f17747fe275a2de8e28 (patch)
tree33f63e07388c7745858597350a116d8ccfbd2e57 /pyproject.toml
parentddeebe9761422e981919c1011996867ffcda553b (diff)
downloadyoshi-cli-13cbccc00dde9abf6ec69f17747fe275a2de8e28.tar.gz
yoshi-cli-13cbccc00dde9abf6ec69f17747fe275a2de8e28.tar.bz2
yoshi-cli-13cbccc00dde9abf6ec69f17747fe275a2de8e28.zip
missed version upgrade in toml
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 9737ae7..11e3b5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yoshi-cli"
-version = "0.1.5"
+version = "0.1.6"
authors = [
{ name="Christian Cleberg", email="hello@cleberg.net" },
]