From 080cf874c61497a963e4a49db7374054a1b2af3f Mon Sep 17 00:00:00 2001 From: wilko Date: Fri, 6 Sep 2019 15:58:01 +1000 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index db719755..5dec9898 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( name="anonlink", - version='0.12.5a4', + version='0.12.5', description='Anonymous linkage using cryptographic hashes and bloom filters', long_description=readme, long_description_content_type='text/x-rst', @@ -63,7 +63,7 @@ 'tests' ]), package_data={'anonlink': ['_cffi_build']}, - ext_modules = maybe_cythonize(extensions), + ext_modules=maybe_cythonize(extensions), ext_package="anonlink", classifiers=[