From ab132a3301cf3c788ff6a5fe93d5072af1eea8bd Mon Sep 17 00:00:00 2001 From: Elliot Ford Date: Sun, 5 May 2019 12:17:07 +0100 Subject: [PATCH] Increment version number and download link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 04081bf..9cd06ac 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ platforms=['any'], packages=find_packages(exclude=['tests', 'evaluation']), include_package_data=True, - version='0.1.7', + version='0.1.8', description='A module to normalise non-standard words in text', long_description=long_description, author='Elliot Ford, Emma Flint', author_email='elliot.ford@hotmail.co.uk', license="GPL", url='https://github.com/EFord36/normalise', - download_url='https://github.com/EFord36/normalise/tarball/0.1.7', + download_url='https://github.com/EFord36/normalise/tarball/0.1.8', keywords=['normalisation', 'text', 'pre-processing'], classifiers=[ "Natural Language :: English",