Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
Loading