Skip to content

Commit

Permalink
bump version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 10, 2016
1 parent dc54748 commit ea4c918
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: distributed
version: "1.9.5"
version: "1.10.0"

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion distributed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
pass


__version__ = '1.9.5'
__version__ = '1.10.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tornado >= 4.2
toolz
msgpack-python
cloudpickle >= 0.2.1
dask
dask >= 0.9.0
click
boto3
s3fs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
requires.append('singledispatch')

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

0 comments on commit ea4c918

Please sign in to comment.