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=[