Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpumperla committed Nov 16, 2018
1 parent 1a8f1ad commit 98ed1ee
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 @@ -3,10 +3,10 @@
from setuptools import find_packages

setup(name='elephas',
version='0.3',
version='0.4',
description='Deep learning on Spark with Keras',
url='http://github.com/maxpumperla/elephas',
download_url='https://github.com/maxpumperla/elephas/tarball/0.3',
download_url='https://github.com/maxpumperla/elephas/tarball/0.4',
author='Max Pumperla',
author_email='[email protected]',
install_requires=['cython', 'keras', 'tensorflow', 'hyperas', 'flask', 'six', 'pyspark', 'pydl4j>=0.1.3'],
Expand Down

0 comments on commit 98ed1ee

Please sign in to comment.