Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thededlier committed Jun 21, 2020
1 parent 7f8164b commit 25f7eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

setuptools.setup(
name="auto-surprise",
version="0.1.2",
version="0.1.3",
author="Rohan Anand",
author_email="[email protected]",
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.2.tar.gz",
download_url="https://github.com/BeelGroup/Auto-Surprise/archive/v0.1.3.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 25f7eed

Please sign in to comment.