Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Apr 20, 2017
1 parent 2804e9e commit 6b2dc32
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
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name="sparkhpc",
version='0.1.post3',
version='0.2',
author="Rok Roskar",
author_email="[email protected]",
url="http://sparkhpc.readthedocs.io",
Expand All @@ -11,5 +11,5 @@
scripts=['scripts/sparkcluster', 'scripts/hpcnotebook'],
include_package_data=True,
install_requires=['click', 'findspark'],
keywords=['pyspark', 'spark', 'hpc']
keywords=['pyspark', 'spark', 'hpc', 'slurm', 'lsf']
)

0 comments on commit 6b2dc32

Please sign in to comment.