change VERSION in setup.py
python setup.py sdist
twine upload dist/*
Go to folder
cd path/to/welib
Create a source distribution
python setup.py sdist
Install twine
```bash
pip install twine
Run twine to upload to Pypi (will ask for username and password)
twine upload dist/*
Add .gitconfig
to your path, to apply filters on jupyter notebooks
git config --local include.path ../.gitconfig