Skip to content

Commit

Permalink
bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Dec 11, 2015
1 parent fd23cb6 commit 4ce9625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .executor import Executor, wait, as_completed
from .scheduler import Scheduler

__version__ = '1.5.0'
__version__ = '1.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
requires.append('singledispatch')

setup(name='distributed',
version='1.5.0',
version='1.6.0',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 4ce9625

Please sign in to comment.