diff --git a/setup.py b/setup.py index 97f5a6a..1ae59ab 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from setuptools import setup setup(name='ews-cli', - version='0.1.0.4', + version='0.1.0.5', description='Filter email via EWS endpoint', url='https://github.com/KebinuChiousu/ews_cli', - download_url='https://github.com/KebinuChiousu/ews_cli/archive/v0.1.0.4.tar.gz', + download_url='https://github.com/KebinuChiousu/ews_cli/archive/v0.1.0.5.tar.gz', author='Kevin Meredith', author_email='kevin@meredithkm.info', license='MIT',