Version 0.5.1
This release adds some nice bells and whistles for package maintenance and installation. Version 0.5.0 was yanked, due to issues with the source distribution. This is a re-release of the source (no source changes).
Change Log
- [feature] Transitioned away from setuptools and setup.py to a pyproject.toml
and poetry-based package. - [feature] gRPC and protobuf stubs are now automatically compiled during
installation. - [feature] Added test coverage report generation that is uploaded to
coveralls. - [feature] Added action to upload to PyPI when a release is published.