2. Bump verison number in `setup.py`, and `categorical_encoding/__init__.py`.
Create Release PR
A release PR should have the version number as the title and the changelog updates as the PR body text. The contributors line is not necessary.
Create GitHub Release
After the release pull request has been merged into the master branch, it is time draft the github release.
* The target should be the master branch
* The tag should be the version number with a v prefix (e.g. v0.1.2)
* Release title is the same as the tag
* Release description should be the full changelog updates for the release, including the line thanking contributors.
Release on PyPI
After publishing the release on GitHub, a GitHub Action will automatically upload the package to PyPI.