summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-11-07 17:53:29 -0600
committerChristian Cleberg <hello@cleberg.net>2024-11-07 17:53:29 -0600
commit7199ea19bfd998f620331a9983284666eed1d935 (patch)
tree94cc571d3fd0bdea3abe6506760097ec1289743c /pyproject.toml
parent02b055ed415e386454c30d0283c85346897a3834 (diff)
downloadyoshi-cli-7199ea19bfd998f620331a9983284666eed1d935.tar.gz
yoshi-cli-7199ea19bfd998f620331a9983284666eed1d935.tar.bz2
yoshi-cli-7199ea19bfd998f620331a9983284666eed1d935.zip
add MANIFEST.in
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 21dfb15..01fb556 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "yoshi-cli"
-version = "0.1.2"
+version = "0.1.3"
authors = [
{ name="Christian Cleberg", email="hello@cleberg.net" },
]