Skip to content

Commit

Permalink
Bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail committed Jan 31, 2018
1 parent 37aa852 commit 71a95d2
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.6.4dev1
version: 0.6.5

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.6.4dev1'
__version__ = '0.6.5'

from .core import Canvas # noqa (API import)
from .reductions import (count, any, sum, min, max, # noqa (API import)
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.6.4dev1',
version='0.6.5',
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 71a95d2

Please sign in to comment.