multiformats / multiformats/py-multihash
Add `version.json` to match go-multihash
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 17
- Avg merge
- 1h 5m
- Merged PRs (30d)
- 3
Description
go-multihash has a version.json file. py-multihash should have one for consistency across the multiformats ecosystem.
Problem
go-multihash includes:
{
"version": "v0.2.3"
}
py-multihash does not have this file.
Proposed Solution
-
Create
version.json:{ "version": "v3.0.0" } -
Add to
bump-my-versionconfig inpyproject.toml.
Related
- Go equivalent: go-multihash
version.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Create version.json at the repository root with the specified v3.0.0 value, then inspect pyproject.toml and its bump-my-version configuration. Done means both files are present and the version configuration includes version.json for future updates; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 84/100