Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilko committed Sep 6, 2019
1 parent 616084d commit 080cf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -63,7 +63,7 @@
'tests'
]),
package_data={'anonlink': ['_cffi_build']},
ext_modules = maybe_cythonize(extensions),
ext_modules=maybe_cythonize(extensions),

ext_package="anonlink",
classifiers=[
Expand Down

0 comments on commit 080cf87

Please sign in to comment.