If necessary, update copyright
in docs/conf.py
.
If necessary, update authors
in pyproject.toml
.
$ poetry run bump2version <part>
The part
of the version to increase: major
, minor
, patch
Example bumping up minor par of version:
$ poetry run bump2version minor