Thank you for your interest in contributing to PISA!
Please make sure to check out the Code of conduct first.
To update the project's version we currently use bump. Bump can be installed using:
npm install -g @fabiospampinato/bump
All you need to do is running the following inside the repository:
bump [major|minor]patch]
git push origin master --tags