Skip to content

Commit

Permalink
changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Boytsov authored and Leonid Boytsov committed Jul 6, 2018
1 parent dccb027 commit 5a1dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_bindings/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import setuptools

__version__ = '1.7.2'
__version__ = '1.7.3'

libdir = os.path.join(".", "nmslib", "similarity_search")
library_file = os.path.join(libdir, "release", "libNonMetricSpaceLib.a")
Expand Down

0 comments on commit 5a1dcb5

Please sign in to comment.