Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 23, 2015
1 parent da3de6a commit 8b31f66
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 @@ -4,4 +4,4 @@
from .dask import get
from .executor import Executor, wait, as_completed

__version__ = '1.2.1'
__version__ = '1.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
requires.append('futures')

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

0 comments on commit 8b31f66

Please sign in to comment.