Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jun 1, 2022
1 parent 1017e0a commit fb305ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion napari_process_points_and_surfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.1.4"
__version__ = "0.1.5"
__common_alias__ = "nppas"

from napari.types import SurfaceData, PointsData
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ scikit-image
open3d
ipyvtklink
vedo
napari-tools-menu
napari-time-slicer
napari-tools-menu>=0.1.14
napari-time-slicer>=0.4.5
napari-workflows>=0.2.3
-e .
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-process-points-and-surfaces
version = 0.1.4
version = 0.1.5
author = Robert Haase, Johannes Müller
author_email = [email protected]
url = https://github.com/haesleinhuepf/napari-process-points-and-surfaces
Expand Down Expand Up @@ -37,8 +37,9 @@ install_requires =
napari-plugin-engine>=0.1.4
numpy
napari
napari-tools-menu
napari-time-slicer
napari-tools-menu>=0.1.14
napari-time-slicer>=0.4.5
napari-workflows>=0.2.3
open3d
ipyvtklink
vedo
Expand Down

0 comments on commit fb305ff

Please sign in to comment.