Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 15, 2015
1 parent a0eb084 commit 577921f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dask
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.4.0') }}
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.5.0') }}

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
Expand Down
2 changes: 1 addition & 1 deletion dask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .core import istask, get
from .context import set_options

__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit 577921f

Please sign in to comment.