From ed4656eff49de09e59c5439b4ba76df44c583558 Mon Sep 17 00:00:00 2001 From: Daniele Maccioni Date: Tue, 31 Jan 2017 21:39:46 +0100 Subject: [PATCH] Update version. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'],