Skip to content

Commit

Permalink
Version 8.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Mar 21, 2023
1 parent df9ab79 commit fa3ae09
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.19.2'
__version__ = '8.19.3'

# 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.19.2",
version="8.19.3",
setup_requires=[
'numpy<1.17; python_version<"3.5"',
'numpy; python_version>="3.5"',
Expand Down

0 comments on commit fa3ae09

Please sign in to comment.