#!/bin/bash

VERSION=`./setup.py --version`
echo "makepip of ${VERSION}"

./setup.py sdist

twine upload duplicity-${VERSION}.tar.gz
