Check or update the version in setup.py

python setup.py sdist bdist_wheel

This will create a file in dist/riptable-version-py3-none-any.whl
use:
python -m twine upload dist/* --verbose

to upload

DOCS
----
from root directory:

sphinx-apidoc -f -o docs/source riptable
cd docs
make html
