X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=PyPI%2FMLRsearch%2Fsetup.py;fp=PyPI%2FMLRsearch%2Fsetup.py;h=f824d15fd63adf976f2d91d1fcd24a66160dda1b;hb=7a27faf661cf54a84ef4ee0984e12879a223ce32;hp=1906ff3e87d348dd870b831b7544bebfd166ef81;hpb=351c5e1e92f31465e1a4523d3fe9b7701457a503;p=csit.git diff --git a/PyPI/MLRsearch/setup.py b/PyPI/MLRsearch/setup.py index 1906ff3e87..f824d15fd6 100644 --- a/PyPI/MLRsearch/setup.py +++ b/PyPI/MLRsearch/setup.py @@ -16,7 +16,7 @@ with open(path.join(here, u"README.rst"), encoding=u"utf-8") as f: setup( name=u"MLRsearch", - version=u"1.0.0", # This is currently the only place listing the version. + version=u"1.1.0", # This is currently the only place listing the version. description=u"Library for speeding up binary search using shorter measurements.", long_description=long_description, long_description_content_type=u"text/x-rst",