Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 6, 2018
1 parent 24872b2 commit d5d87ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dask_kubernetes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = [KubeCluster]

__version__ = '0.1.3'
__version__ = '0.2.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='dask-kubernetes',
version='0.1.3',
version='0.2.0',
description='Native Kubernetes integration for Dask',
url='https://github.com/dask/dask-kubernetes',
keywords='dask,kubernetes,distributed',
Expand Down

0 comments on commit d5d87ca

Please sign in to comment.