mindspore-ai / mindspore-ai/hyper-parallel
r1.0.0:升级包构建版本至 1.0.1
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 53
- Forks
- 63
- Avg merge
- 23h 45m
- Merged PRs (30d)
- 63
Description
背景
r1.0.0 分支需要发布 1.0.1 补丁版本,包构建元数据应与发行版本保持一致。
任务
将根目录 setup.py 中 hyper_parallel 的 version 从 1.0.0 升级为 1.0.1。
验收标准
python3 setup.py --version输出1.0.1。git diff --check无空白错误。
schema_version: 1
source: gitcode
gitcode_repo: mindspore/hyper-parallel
gitcode_issue: 349
source_url: https://gitcode.com/mindspore/hyper-parallel/issues/349
Contributor guide
No contributing guide indexed for this repository
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
Open the root setup.py and locate the hyper_parallel version field. Change it from 1.0.0 to 1.0.1, then run python3 setup.py --version and git diff --check. Done means the version command outputs 1.0.1 and the diff has no whitespace errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, release
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 95/100