diff --git a/setup.py b/setup.py index 352e54c..8d7e4d9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='attachment-downloader', - version='1.1.2', + version='1.1.3', description='Simple tool for downloading email attachments for all emails in a given folder using an IMAP client.', long_description=open('README.rst').read(), author='James Ridgway',