diff --git a/.github/ISSUE_TEMPLATE/RELEASE.md b/.github/ISSUE_TEMPLATE/RELEASE.md index 8b57f70..6a92e26 100644 --- a/.github/ISSUE_TEMPLATE/RELEASE.md +++ b/.github/ISSUE_TEMPLATE/RELEASE.md @@ -31,7 +31,7 @@ Please do not remove items from the checklist - [ ] Publish the release to PyPI - [ ] run `make build` to build the package - [ ] run `make publish` to publish the package to PyPI -- [ ] Publish the draft release prepared at the [Github releases page](https://github.com/hiverge/hiverge/releases). +- [ ] Publish the draft release prepared at the [Github releases page](https://github.com/hiverge/hive-cli/releases). - [ ] Close this issue diff --git a/pyproject.toml b/pyproject.toml index 6b08895..567a599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hiverge-cli" -version = "0.3.0" +version = "0.3.1" authors = [ { name="Hiverge Team" }, ]