plaid-python is published via pypi.
-
Increment
plaid/version.pyandCHANGELOG.md, commit the change, and push tomaster. The version specified inplaid/version.pyis pulled in when publishing to Pypi. -
Publish to the test Pypi repository:
python setup.py sdist upload -r https://test.pypi.org/legacy/- Publish to the production Pypi repository:
python setup.py sdist upload -r https://upload.pypi.org/legacy/