-
Change the MAJOR, MINOR, MICRO version numbers in setup.py as appropriate
-
Set ISRELEASE=True in setup.py
-
Run
python setup.py build
to generate schemapi/version.py
-
Commit the changes and tag the release; e.g.
git add . -u git commit -m "MAINT: release version 0.1" git tag -a v0.1 -m "version 0.1 release"
and push tag to origin
-
Upload to PyPI (requires jakevdp's permissions)
python setup.py sdist upload
-
Update to the next minor version in setup.py, and set ISRELEASE=False
-
Commit to master and push to origin
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.