Skip to content

Commit 080cf87

Browse files
author
wilko
committed
bump version
1 parent 616084d commit 080cf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
setup(
4848
name="anonlink",
49-
version='0.12.5a4',
49+
version='0.12.5',
5050
description='Anonymous linkage using cryptographic hashes and bloom filters',
5151
long_description=readme,
5252
long_description_content_type='text/x-rst',
@@ -63,7 +63,7 @@
6363
'tests'
6464
]),
6565
package_data={'anonlink': ['_cffi_build']},
66-
ext_modules = maybe_cythonize(extensions),
66+
ext_modules=maybe_cythonize(extensions),
6767

6868
ext_package="anonlink",
6969
classifiers=[

0 commit comments

Comments
 (0)