Skip to content

Commit

Permalink
Version update to allow PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
EFord36 committed Sep 29, 2016
1 parent 507db04 commit 4668ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
packages=find_packages(exclude=['tests', 'evaluation']),
package_data={'normalise': ['data/*.pickle']},
include_package_data=True,
version='0.1',
version='0.1.1',
description='A module to normalise non-standard words in text',
long_description=long_description,
author='Elliot Ford, Emma Flint',
author_email='ef355@cam.ac.uk',
license="GPL",
url='https://github.com/EFord36/normalise',
download_url='https://github.com/EFord36/normalise/tarball/0.1',
download_url='https://github.com/EFord36/normalise/tarball/0.1.1',
keywords=['normalisation', 'text', 'pre-processing'],
classifiers=[
"Natural Language :: English",
Expand Down

0 comments on commit 4668ee5

Please sign in to comment.