Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed Sep 5, 2017
1 parent d0d9c03 commit cea3f60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion knit/__init__.py
Expand Up @@ -11,4 +11,4 @@
warnings.warn('dask/distributed not installed, '
'DaskYARNCluster not available')

__version__ = "0.2.1"
__version__ = "0.2.2"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,11 +29,11 @@
shutil.copy(jar_file, java_lib_dir)

setup(name='knit',
version="0.2.1",
version="0.2.2",
description='Python wrapper for YARN Applications',
url='http://github.com/dask/knit/',
maintainer='Benjamin Zaitlen',
maintainer_email='bzaitlen@continuum.io',
maintainer_email='bzaitlen@anaconda.com',
license='BSD',
keywords='yarn',
packages=['knit'],
Expand Down

0 comments on commit cea3f60

Please sign in to comment.