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
jbcrail committed May 12, 2017
1 parent 2cc0994 commit fd7d383
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: datashader
version: 0.5.0dev1
version: 0.5.0

extra:
channels:
Expand Down
2 changes: 1 addition & 1 deletion datashader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import

__version__ = '0.5.0dev1'
__version__ = '0.5.0'

from .core import Canvas
from .reductions import (count, any, sum, min, max, mean, std, var, count_cat,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_requires = f.read().strip().split('\n')

setup(name='datashader',
version='0.5.0dev1',
version='0.5.0',
description='Data visualization toolchain based on aggregating into a grid',
url='http://github.com/bokeh/datashader',
install_requires=install_requires,
Expand Down

0 comments on commit fd7d383

Please sign in to comment.