X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=PyPI%2FMLRsearch%2Fsetup.py;h=2411f4765ab71edccdf5cbcdeb17eee0563b3d09;hp=ab8c6d8edc0efa2bb24e408e8fb7bc269d03c26f;hb=39b4a07718ecab94ea331362edb62dfcf678bd09;hpb=b04fc853e356f0a2b8bceade3a9f57a8fa9e9ac7;ds=sidebyside diff --git a/PyPI/MLRsearch/setup.py b/PyPI/MLRsearch/setup.py index ab8c6d8edc..2411f4765a 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.2", # This is currently the only place listing the version. + version="0.1.1", # 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",