From a6a246512e01e3e200f49a5f33275ec375101a29 Mon Sep 17 00:00:00 2001 From: Kevin Meredith Date: Wed, 15 Aug 2018 14:45:28 -0400 Subject: [PATCH] create release 0.1.0.1 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e48583c..239e68f 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from setuptools import setup setup(name='ews-cli', - version='0.1.0.0', + version='0.1.0.1', description='Filter email via EWS endpoint', - url='https://github.com/KebinuChiousu/python-owa-filter', - download_url='https://github.com/KebinuChiousu/ews_cli/archive/v0.1.0.0.tar.gz', + url='https://github.com/KebinuChiousu/ews_cli', + download_url='https://github.com/KebinuChiousu/ews_cli/archive/v0.1.0.1.tar.gz', author='Kevin Meredith', author_email='kevin@meredithkm.info', license='MIT',