Skip to content

Commit

Permalink
release v0.5.0 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jun 19, 2023
1 parent 721f5fa commit 1b32e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make build install

## Releasing

1. Open a pull request with title `release v{major}.{minor}.{patch}`, changing `version` in `pyproject.toml` to the desired version.
1. Open a pull request with title `release v{major}.{minor}.{patch}`, changing `version` in `src/pydistcheck/__init__.py` to the desired version.
2. navigate to https://github.com/jameslamb/pydistcheck/releases
3. edit the draft release there
- remove any changelog items that are just "changed the version number" PRs
Expand Down
2 changes: 1 addition & 1 deletion src/pydistcheck/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# no one should be importing from this package
__all__ = [] # type: ignore

__version__ = "0.4.0.99"
__version__ = "0.5.0"

0 comments on commit 1b32e17

Please sign in to comment.