#!/bin/bash
# Create tar.gz archive for source distribution, sign it with GPG and
# upload it to PYPI.
release  # zest.releaser command

# Ask user to increment version number and commit it.

echo ""
echo "Please increment devN version number in file"
echo ""
echo "    ./PyInstaller/__init__.py."
echo ""
echo "Also please commit/push new version. For pushing use the following command"
echo "that will also push new git tags to remote server."
echo ""
echo "    git push --follow-tags"
echo ""
