From ef980096ebe593e8ece24faaa82aac96f0ea189a Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Tue, 15 Oct 2019 12:42:27 +0100 Subject: [PATCH] update to 0.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',