We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tag master with vX.X e.g. v0.7 by going to the "Releases" repo tab and creating a new release
Create a new branch maint/X.X e.g. maint/0.7.
maint/X.X
maint/0.7
Change the version number in tdt/__init__.py on branch maint/X.X and increment version on branch master
tdt/__init__.py
master
then python setup.py sdist will create a .tar.gz in the dist/ directory.
python setup.py sdist
untar and test it
upload to PyPi with python setup.py sdist register upload
python setup.py sdist register upload