Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
GendoIkari committed Jan 31, 2017
1 parent 8368fcd commit ed4656e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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'],
Expand Down

0 comments on commit ed4656e

Please sign in to comment.