Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 5, 2018
1 parent b478487 commit 33571f3
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 @@ -3,4 +3,4 @@

__all__ = [KubeCluster]

__version__ = '0.2.0'
__version__ = '0.3.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.2.0',
version='0.3.0',
description='Native Kubernetes integration for Dask',
url='https://github.com/dask/dask-kubernetes',
keywords='dask,kubernetes,distributed',
Expand Down

0 comments on commit 33571f3

Please sign in to comment.