Skip to content

Commit

Permalink
Version 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed May 25, 2022
1 parent f1bea6c commit 731a646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudvolume/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
from . import microviewer
from .microviewer import view, hyperview

__version__ = '8.6.0'
__version__ = '8.7.0'

# Register plugins
from .datasource.precomputed import register as register_precomputed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requirements():

setuptools.setup(
name="cloud-volume",
version="8.6.0",
version="8.7.0",
setup_requires=[
'numpy<1.17; python_version<"3.5"',
'numpy; python_version>="3.5"',
Expand Down

0 comments on commit 731a646

Please sign in to comment.