Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Apr 2, 2022
1 parent 4f9a64a commit af89e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion napari_skimage_regionprops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "0.3.3"
__version__ = "0.4.0"

from napari_plugin_engine import napari_hook_implementation

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ numpy
scikit-image
napari
pandas
napari-tools-menu
napari-tools-menu=>0.1.11
napari-workflows
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read(fname):
packages=find_packages(),
python_requires='>=3.6',
install_requires=requirements,
version='0.3.3',
version='0.4.0',
#use_scm_version=use_scm,
setup_requires=['setuptools_scm'],
classifiers=[
Expand Down

0 comments on commit af89e61

Please sign in to comment.