You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After changes are made and you're ready to create a new release:
Make sure you have wheel package installed: $ pip install wheel
Edit setup.py and bump up the last digit (e.g. 0.4.4.0 - 0.4.4.1). We still follow the official versioning (which is X.X.X) by adding another digit at the end (which we increase).
Run python setup.py bdist_wheel
Create a release and upload the .whl file you have just built.