Skip to content

Commit

Permalink
bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Feb 12, 2016
1 parent d8f8bfb commit 9c7e03c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install:
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install pytest coverage tornado toolz dill futures dask ipywidgets psutil bokeh
- pip install git+https://github.com/blaze/dask.git --upgrade
- pip install git+https://github.com/dask/dask.git --upgrade

# Install distributed
- python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion conda-recipes/distributed/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: distributed
version: "1.7.4"
version: "1.8.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.7.4'
__version__ = '1.8.0'
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.7.4',
version='1.8.0',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 9c7e03c

Please sign in to comment.