Skip to content

Commit 8e09d35

Browse files
committed
update version for pypi
1 parent e2aa2c4 commit 8e09d35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)