Skip to content

Commit

Permalink
bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 9, 2016
1 parent a9c73fb commit f921829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.1"
version: "1.9.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.8.1'
__version__ = '1.9.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.8.1',
version='1.9.0',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit f921829

Please sign in to comment.