Skip to content

Commit

Permalink
Increment version number and download link
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed May 5, 2019
1 parent 42a2203 commit ab132a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit ab132a3

Please sign in to comment.