We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5364c commit abba0fbCopy full SHA for abba0fb
setup.py
@@ -73,7 +73,7 @@
73
extra_link_args = manual_linker_args.split(',')
74
75
setup(name='annoy',
76
- version='1.16.3',
+ version='1.17.0',
77
description='Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.',
78
packages=['annoy'],
79
ext_modules=[
0 commit comments