Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Jul 6, 2018
1 parent 66fdadf commit 1e91fb9
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 @@ -4,12 +4,12 @@
name='autokeras',
packages=['autokeras'], # this must be the same as the name above
install_requires=['pytest', 'numpy', 'keras', 'scikit-learn', 'tensorflow', 'scipy'],
version='0.1.0',
version='0.1.1',
description='Automated Machine Learning with Keras',
author='Haifeng Jin',
author_email='[email protected]',
url='http://autokeras.com',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.0.2.tar.gz',
download_url='https://github.com/jhfjhfj1/autokeras/archive/0.1.1.tar.gz',
keywords=['automl'], # arbitrary keywords
classifiers=[]
)

0 comments on commit 1e91fb9

Please sign in to comment.