We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c594e0 commit 127efd4Copy full SHA for 127efd4
1 file changed
setup.py
@@ -12,5 +12,5 @@
12
install_requires=['pandas', 'metaphone', 'python-Levenshtein', 'fuzzywuzzy', 'python-dateutil'],
13
test_requires=["pylint", "coverage", "codecov"],
14
keywords=["matching", "fuzzy", "probabalistic", "recordlinking", "fuzzymatching"],
15
- download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.3.tar.gz',
+ download_url = 'https://github.com/RobinL/fuzzymatcher/archive/v0.0.4.tar.gz',
16
zip_safe=False)
0 commit comments