Skip to content

Commit 0de1231

Browse files
authored
release v0.5.1 (#197)
1 parent 7cda052 commit 0de1231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ make build install
1313

1414
## Releasing
1515

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.
1717
2. navigate to https://github.com/jameslamb/pydistcheck/releases
1818
3. edit the draft release there
1919
- remove any changelog items that are just "changed the version number" PRs

src/pydistcheck/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# no one should be importing from this package
22
__all__ = [] # type: ignore[var-annotated]
33

4-
__version__ = "0.5.0.99"
4+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)