Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Feb 25, 2016
1 parent 407e293 commit e6ad7ba
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 @@ -2,10 +2,10 @@
from setuptools import find_packages

setup(name='hyperas',
version='0.0.1',
version='0.0.2',
description='Simple wrapper for hyperopt to do convenient hyperparameter optimization for Keras models',
url='http://github.com/maxpumperla/hyperas',
download_url='https://github.com/maxpumperla/hyperas/tarball/0.0.1',
download_url='https://github.com/maxpumperla/hyperas/tarball/0.0.2',
author='Max Pumperla',
author_email='[email protected]',
install_requires=['keras', 'hyperopt'],
Expand Down

0 comments on commit e6ad7ba

Please sign in to comment.