diff --git a/setup.py b/setup.py index 95ae4bf..a856a17 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='essh', - version='0.3.0', + version='0.3.1', packages=find_packages(), include_package_data=True, install_requires=[ @@ -21,7 +21,7 @@ author="Patrick Cullen", author_email="patrickbcullen@gmail.com", url="https://github.com/patrickbcullen/essh", - download_url = "https://github.com/patrickbcullen/essh/tarball/v0.3.0", + download_url = "https://github.com/patrickbcullen/essh/tarball/v0.3.1", keywords = ['ssh', 'ec2', 'aws'], classifiers = [] )