Skip to content

Commit

Permalink
bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Mar 10, 2016
1 parent 334e42c commit 154e32c
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.9.0"
version: "1.9.1"

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.0'
__version__ = '1.9.1'
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.0',
version='1.9.1',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 154e32c

Please sign in to comment.