Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Feb 6, 2022
1 parent 8f2c1f9 commit b24af5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.6.2"
__version__ = "0.6.3"



Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ setup_requires = setuptools_scm
install_requires =
napari-plugin-engine>=0.1.4
numpy
apoc>=0.6.2
apoc>=0.6.3
napari-tools-menu
napari-time-slicer
superqt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from setuptools import setup

setup(
version='0.6.2'
version='0.6.3'
)

0 comments on commit b24af5b

Please sign in to comment.