Skip to content

Commit 127efd4

Browse files
authored
Update setup.py
1 parent 0c594e0 commit 127efd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.tar.gz',
15+
download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.4.tar.gz',
1616
zip_safe=False)

0 commit comments

Comments
 (0)