This is a minor release with a couple of new features added:
* ``libsemigroups`` constants ``POSITIVE_INFINITY``, ``NEGATIVE_INFINITY``, and ``UNDEFINED`` are properly supported;
* ``libsemigroups::matrix_helper::pow`` is added as a method for ``__pow__`` for some types of matrices (those not defined over a runtime semiring);
and some minor improvements (the tests now use ``pytest`` exclusively).