Skip to content

Commit

Permalink
Bump version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Apr 3, 2024
1 parent c16f6c9 commit 2e03882
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ checkout:
hatch run pip install /path/to/outpack_server
```

## Releasing

- Increment the version number using [the `hatch version` command](https://hatch.pypa.io/latest/version/).
- Commit the changes and create a PR.
- Get the PR approved and merged to main.
- Create a [GitHub release](https://github.com/mrc-ide/outpack-py/releases/new):
- Set the tag name as `vX.Y.Z`, matching the version reported by hatch.
- Write some release notes (possibly using the `Generate release notes` button).
- Publish the release!
- Sit back and relax while the release gets built and published.
- Check that the new version is available on [PyPI](https://pypi.org/project/outpack/#history).

## License

Expand Down
2 changes: 1 addition & 1 deletion src/outpack/__about__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2023-present Rich FitzJohn <r.fitzjohn@imperial.ac.uk>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.1"
__version__ = "0.1.0"
__name__ = "outpack-py"

0 comments on commit 2e03882

Please sign in to comment.