Skip to content

Commit

Permalink
incremented version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollins committed Aug 18, 2016
1 parent 52f5787 commit 23b2a93
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.3.4
version: 0.4.0

requirements:
build:
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.3.4'
__version__ = '0.4.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.3.4',
version='0.4.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 23b2a93

Please sign in to comment.