We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616084d commit 080cf87Copy full SHA for 080cf87
setup.py
@@ -46,7 +46,7 @@
46
47
setup(
48
name="anonlink",
49
- version='0.12.5a4',
+ version='0.12.5',
50
description='Anonymous linkage using cryptographic hashes and bloom filters',
51
long_description=readme,
52
long_description_content_type='text/x-rst',
@@ -63,7 +63,7 @@
63
'tests'
64
]),
65
package_data={'anonlink': ['_cffi_build']},
66
- ext_modules = maybe_cythonize(extensions),
+ ext_modules=maybe_cythonize(extensions),
67
68
ext_package="anonlink",
69
classifiers=[
0 commit comments