diff options
| author | Christian Cleberg <[email protected]> | 2025-08-07 19:53:05 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-08-07 19:53:05 -0500 |
| commit | ab71117ad861f1b53e6121c320d8d52856a9ef0c (patch) | |
| tree | 85e7a5152e235a16c2f4b5ad415a2274c9069e23 /pyproject.toml | |
| parent | 1c7d6acca84706ea426f9034bccc4caaeebb892b (diff) | |
| download | yoshi-cli-0.2.2.tar.gz yoshi-cli-0.2.2.tar.bz2 yoshi-cli-0.2.2.zip | |
bump versionv0.2.2
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3bb1044..ba516fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yoshi-cli" -version = "0.2.1" +version = "0.2.2" authors = [ { name="Christian Cleberg", email="[email protected]" }, ] @@ -18,8 +18,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://git.sr.ht/~cxc/yoshi" -Issues = "https://git.sr.ht/~cxc/yoshi" +Homepage = "https://git.sr.ht/~cxc/yoshi-cli" +Issues = "https://git.sr.ht/~cxc/yoshi-cli" [project.scripts] yoshi = "yoshi.cli:yoshi" |
