Skip to content

Commit

Permalink
incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bcollins committed Jul 11, 2016
1 parent a9980c0 commit 564779c
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.1
version: 0.3.2

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.1'
__version__ = '0.3.2'

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.1',
version='0.3.2',
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 564779c

Please sign in to comment.