Development guidelines
Commit message style
I like adding gitmoji inside the commit message. I think this is a great way to visualize changes and value everyone's time.
https://gitmoji.dev/
How to release
First, you need to be on the master branch and make sure it's up to date
Then, procede to change the version inside the setup.py
file
Commit the change this way
Create a tag and push it to trigger Github Actions pipeline. This will deploy the new package on PyPI.