Skip to content

Commit

Permalink
1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Apr 10, 2023
1 parent a07611b commit 8795f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
extra_link_args = manual_linker_args.split(',')

setup(name='annoy',
version='1.17.1',
version='1.17.2',
description='Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.',
packages=['annoy'],
package_data={'annoy': ['__init__.pyi', 'py.typed']},
Expand Down

0 comments on commit 8795f36

Please sign in to comment.