0. verify you have install build and twine packages "pip install build,twine"
1. change version number in file "pyproject.toml"
2. open terminal and type:
	a. "cd PATH/TO/dopes" to enter the main dopes folder
	b. "python -m build" to build the file to be uploaded for PyPI
	c. "python -m twine upload --repository pypi dist/*" to upload the file to pypi
	d. a token will be asked for upload, linked to your pypi account