Skip to content

Commit

Permalink
Update releasing guide for dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Feb 4, 2025
1 parent f902c19 commit 954cce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

To create a new `ml_dtypes` release, take the following steps:

1. Send a pull request updating the version in `pyproject.toml` and
`ml_dtypes/__init__.py` to the correct version number, as well as
updating `CHANGELOG.md` with the changes since the previous release
(an example for the 0.2.0 release is [PR #78]).
1. Send a pull request updating the version in `ml_dtypes/__init__.py` to
the new version number, as well as updating `CHANGELOG.md` with the
changes since the previous release (an example for the 0.2.0 release
is [PR #78]).
2. Once this is merged, create the release tag and push it to github. An
example from the 0.2.0 release:
```
Expand Down

0 comments on commit 954cce8

Please sign in to comment.