From a0d5b0dd0de3375f0f935c3c9430d9033e2313db Mon Sep 17 00:00:00 2001 From: kerthcet Date: Thu, 27 Nov 2025 17:12:21 +0000 Subject: [PATCH] release v0.3.1 Signed-off-by: kerthcet --- .github/ISSUE_TEMPLATE/RELEASE.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }, ]