pip install django-array-field
# Install the dependencies
pip install .[test]
# Run tests
python -m pytest
# do a dry-run first -
bump2version --dry-run --verbose [major|minor|patch]
# if everything looks good, run the following command to release
bump2version --verbose [major|minor|patch]
# push the changes to remote
git push origin master --tags