File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ make build install
13
13
14
14
## Releasing
15
15
16
- 1 . Open a pull request with title ` release v{major}.{minor}.{patch} ` , changing ` version ` in ` src/pydistcheck/__init__.py ` to the desired version.
16
+ 1 . Merge a pull request with title ` release v{major}.{minor}.{patch} ` , changing ` version ` in ` src/pydistcheck/__init__.py ` to the desired version.
17
17
2 . navigate to https://github.com/jameslamb/pydistcheck/releases
18
18
3 . edit the draft release there
19
19
- remove any changelog items that are just "changed the version number" PRs
Original file line number Diff line number Diff line change 1
1
# no one should be importing from this package
2
2
__all__ = [] # type: ignore[var-annotated]
3
3
4
- __version__ = "0.5.0.99 "
4
+ __version__ = "0.5.1 "
You can’t perform that action at this time.
0 commit comments