bash
__ version__ = "0.2.0"
3. Tag the version in local
bash
git tag -a 0.2.0 -m "Version 0.2.0"
4. Check that the tag is correctly updated in local
bash
git describe
5. Push to the GitHub repository:
bash
git push --follow-tags
6. Check that the version has been released in (pypi)[https://pypi.org/project/pergola/]