diff --git a/setup.py b/setup.py index 9751bc2..4c76164 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ setuptools.setup( name="auto-surprise", - version="0.1.1", + version="0.1.2", author="Rohan Anand", author_email="anandr@tcd.ie", description="A python package that automates algorithm selection and hyperparameter tuning for the recommender system library Surprise", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/BeelGroup/Auto-Surprise", - download_url="https://github.com/BeelGroup/Auto-Surprise/archive/v0.1.0.tar.gz", + download_url="https://github.com/BeelGroup/Auto-Surprise/archive/v0.1.2.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",