Skip to content

Commit 6b2dc32

Browse files
committed
update version
1 parent 2804e9e commit 6b2dc32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name="sparkhpc",
4-
version='0.1.post3',
4+
version='0.2',
55
author="Rok Roskar",
66
author_email="roskar@ethz.ch",
77
url="http://sparkhpc.readthedocs.io",
@@ -11,5 +11,5 @@
1111
scripts=['scripts/sparkcluster', 'scripts/hpcnotebook'],
1212
include_package_data=True,
1313
install_requires=['click', 'findspark'],
14-
keywords=['pyspark', 'spark', 'hpc']
14+
keywords=['pyspark', 'spark', 'hpc', 'slurm', 'lsf']
1515
)

0 commit comments

Comments
 (0)