Install dev tools required with:
make setup-env
Run tests using this command:
make test
This projects uses Semantic Versioning and bumpversion. Use one the following commands to appropriately update ukpocopy
version:
make bump_patch_version
make bump_minor_version
make bump_major_version