diff --git a/setup.py b/setup.py index 4aed480..e199223 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name = 's3archive', packages = ['s3archive'], - version = '0.0.1', + version = '0.0.2', description = 'An easy to use python3 package to archive files on Amazon S3.', author = 'Daniele Maccioni', author_email = 'komradstudios@gmail.com', url = 'https://github.com/GendoIkari/s3archive', - download_url = 'https://github.com/GendoIkari/s3archive/tarball/v0.0.1', + download_url = 'https://github.com/GendoIkari/s3archive/tarball/v0.0.2', keywords = ['amazon', 's3', 'archive'], classifiers = [], install_requires=['boto3'],