diff --git a/setup.py b/setup.py index 9da02bb..4274cd7 100644 --- a/setup.py +++ b/setup.py @@ -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.4', + version='0.0.5', description='Fuzzy match two pandas dataframes based on one or more common fields', url='https://github.com/RobinL/fuzzymatcher', author='Robin Linacre',