From 1eda05dccd5ed34df50a243dfc64c5e9187388f8 Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Wed, 3 Oct 2018 23:13:21 -0400 Subject: [PATCH] bumping up the version. --- README.md | 2 +- python_bindings/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fe9308..04ec3b6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Non-Metric Space Library (NMSLIB) ================= -The latest **pre**-release is [1.7.3.4](https://github.com/nmslib/nmslib/releases/tag/v1.7.3.4). Note that the manual is not updated to reflect some of the changes. In particular, we changed the build procedure for Windows. Also note that the manual targets primiarily developers who will extend the library. For most other folks, [Python binding docs should be sufficient](python_bindings). The basic parameter tuning/selection guidelines are also available [online](/python_bindings/parameters.md). +The latest **pre**-release is [1.7.3.6](https://github.com/nmslib/nmslib/releases/tag/v1.7.3.6). Note that the manual is not updated to reflect some of the changes. In particular, we changed the build procedure for Windows. Also note that the manual targets primiarily developers who will extend the library. For most other folks, [Python binding docs should be sufficient](python_bindings). The basic parameter tuning/selection guidelines are also available [online](/python_bindings/parameters.md). ----------------- Non-Metric Space Library (NMSLIB) is an **efficient** cross-platform similarity search library and a toolkit for evaluation of similarity search methods. The core-library does **not** have any third-party dependencies. diff --git a/python_bindings/setup.py b/python_bindings/setup.py index d7874bb..1a16797 100755 --- a/python_bindings/setup.py +++ b/python_bindings/setup.py @@ -4,7 +4,7 @@ import sys import setuptools -__version__ = '1.7.3.4' +__version__ = '1.7.3.6' libdir = os.path.join(".", "nmslib", "similarity_search") if not os.path.isdir(libdir) and sys.platform.startswith("win"):