X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=PyPI%2FMLRsearch%2Fsetup.py;h=a40f6c6634415168a6ca9bb56953878ad72b5af1;hb=e969ed4b0e5ef34525c4b81db51d320ab32f8e10;hp=ab8c6d8edc0efa2bb24e408e8fb7bc269d03c26f;hpb=0c2c57d9965ab1db0d5404ad103871ac250339cb;p=csit.git diff --git a/PyPI/MLRsearch/setup.py b/PyPI/MLRsearch/setup.py index ab8c6d8edc..a40f6c6634 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.2.0", # 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",