We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Step by step to release parameters package to PyPi.
setup.py
git commit -am "Bump version 1.0.2"
git fetch origin
git checkout origin/master
git tag -a v1.0.2 -m "Version 1.0.2"
git push --tag inasafe v1.0.2
python setup.py sdist upload