There was an error while loading. Please reload this page.
ensure you have updated version in setup.py
pip install twine python setup.py sdist bdist_wheel # upload to test twine upload --repository testpypi dist/* # upload to pypi twine upload dist/*