Skip to content

Commit

Permalink
update version for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Dec 21, 2017
1 parent e2aa2c4 commit 8e09d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@

# see https://stackoverflow.com/questions/14399534/reference-requirements-txt-for-the-install-requires-kwarg-in-setuptools-setup-py
setup(name='fuzzymatcher',
version='0.0.2',
version='0.0.3',
description='Fuzzy match two pandas dataframes based on one or more common fields',
url='https://github.com/RobinL/fuzzymatcher',
author='Robin Linacre',
Expand All @@ -12,5 +12,5 @@
install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
test_requires=["pylint", "coverage", "codecov"],
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.2.tar.gz',
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.3.tar.gz',
zip_safe=False)

0 comments on commit 8e09d35

Please sign in to comment.