Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
This commit is unique in that it supports Python 2.7
  • Loading branch information
mrocklin committed Jan 12, 2019
1 parent 7645b00 commit 458da55
Show file tree
Hide file tree
Showing 2 changed files with 3 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.6.0'
__version__ = '0.7.0'
3 changes: 2 additions & 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.6.0',
version='0.7.0',
description='Native Kubernetes integration for Dask',
url='https://github.com/dask/dask-kubernetes',
keywords='dask,kubernetes,distributed',
Expand All @@ -15,4 +15,5 @@
long_description=(open('README.rst').read() if exists('README.rst') else ''),
zip_safe=False,
install_requires=list(open('requirements.txt').read().strip().split('\n')),
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
)

0 comments on commit 458da55

Please sign in to comment.