aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-06-18 16:00:06 +0200
committerVratko Polak <vrpolak@cisco.com>2018-06-18 16:22:22 +0200
commit0c2c57d9965ab1db0d5404ad103871ac250339cb (patch)
tree7fc022ac9ca26094547b250d2ffde684a057ec21 /PyPI
parent2d001ed910d3835848fccb7bb96a98a5270698fe (diff)
CSIT-986: Use MLRsearch from pip
+ Delete resources/libraries/python/search/. + Add MLRsearch==0.1.1 to requirements.txt. + Bump PyPI/MLRsearch version to 0.1.2. Change-Id: I1f86d75ac8eb90ee3946dbac8c56280f39302f4d Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'PyPI')
-rw-r--r--PyPI/MLRsearch/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PyPI/MLRsearch/setup.py b/PyPI/MLRsearch/setup.py
index 2411f4765a..ab8c6d8edc 100644
--- a/PyPI/MLRsearch/setup.py
+++ b/PyPI/MLRsearch/setup.py
@@ -14,7 +14,7 @@ with open(path.join(here, "README.rst"), encoding="utf-8") as f:
setup(
name="MLRsearch",
- version="0.1.1", # This is currently the only place listing the version.
+ version="0.1.2", # This is currently the only place listing the version.
description="Library for speeding up binary search using shorter measurements.",
long_description=long_description,
long_description_content_type="text/x-rst",