diff --git a/s3tail/__init__.py b/s3tail/__init__.py index 8210c33..50e1a03 100644 --- a/s3tail/__init__.py +++ b/s3tail/__init__.py @@ -1,5 +1,5 @@ __author__ = 'Brad Robel-Forrest' __email__ = 'brad@bitpony.com' -__version__ = '0.2.0' +__version__ = '0.2.1' from .s3tail import S3Tail diff --git a/setup.cfg b/setup.cfg index 3b9dc2b..95d4004 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 5e17bea..ae98f8a 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name='s3tail', - version='0.2.0', + version='0.2.1', description="Console utility app to retrieve and cat files stored in AWS S3", long_description=readme + '\n\n' + history, author="Brad Robel-Forrest",