Skip to content

Commit

Permalink
create release 0.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Meredith committed Aug 15, 2018
1 parent 5452836 commit a6a2465
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit a6a2465

Please sign in to comment.